Method: Charty::Plotters::AbstractPlotter#inspect
- Defined in:
- lib/charty/plotters/abstract_plotter.rb
#inspect ⇒ Object
33 34 35 |
# File 'lib/charty/plotters/abstract_plotter.rb', line 33 def inspect "#<#{self.class}:0x%016x>" % self.object_id end |