Method: Tablesalt::StringableObject#string_for

Defined in:
lib/tablesalt/stringable_object.rb

#string_for(method) ⇒ Object (private)



23
24
25
# File 'lib/tablesalt/stringable_object.rb', line 23

def string_for(method)
  "#<#{self.class.name}#{" #{attribute_string(method)}" unless stringable_attributes.empty?}>"
end