Class: Appstats::TestObject

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/appstats/test_object.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



8
9
10
11
# File 'lib/appstats/test_object.rb', line 8

def to_s
  return "NILL" if name.nil?
  "[#{name}]"
end