Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/positive_string_support/string_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_s(*args) ⇒ Object



7
8
9
# File 'lib/positive_string_support/string_ext.rb', line 7

def to_s( *args )
  to_strf( *args )
end