Module: Tablesalt::StringableObject

Extended by:
ActiveSupport::Concern
Defined in:
lib/tablesalt/stringable_object.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



11
12
13
# File 'lib/tablesalt/stringable_object.rb', line 11

def inspect
  string_for(__method__)
end

#to_sObject



7
8
9
# File 'lib/tablesalt/stringable_object.rb', line 7

def to_s
  string_for(__method__)
end