method
jcount
v1_8_6_287 -
Show latest stable
- Class:
String
jcount(str)public
No documentation available.
# File lib/jcode.rb, line 205
def jcount(str)
self.delete("^#{str}").jlength
end jcount(str)No documentation available.
# File lib/jcode.rb, line 205
def jcount(str)
self.delete("^#{str}").jlength
end