class String
Public Instance Methods
to_s( *args )
click to toggle source
# File lib/positive_string_support/string_ext.rb, line 7 def to_s( *args ) to_strf( *args ) end
Also aliased as: __to_s__
# File lib/positive_string_support/string_ext.rb, line 7 def to_s( *args ) to_strf( *args ) end