Method: Bugly::BuglyObject#inspect
- Defined in:
- lib/bugly.rb
#inspect ⇒ Object
188 189 190 191 |
# File 'lib/bugly.rb', line 188 def inspect() id_string = (self.respond_to?(:id) && !self.id.nil?) ? " id=#{self.id}" : "" "#<#{self.class}:0x#{self.object_id.to_s(16)}#{id_string}> JSON: " + JSON.pretty_generate(@values) end |