Method: Gemfire::Statistic#to_s
- Defined in:
- lib/vas/gemfire/statistics.rb
#to_s ⇒ String
Returns a string representation of the statistic.
75 76 77 |
# File 'lib/vas/gemfire/statistics.rb', line 75 def to_s "#<#{self.class} path='#@path' size='#@size' last_modified='#@last_modified'>" end |