Method: LazyMethod#to_s
- Defined in:
- lib/lazy_method.rb
#to_s ⇒ Object Also known as: inspect
29 30 31 |
# File 'lib/lazy_method.rb', line 29 def to_s "#<LazyMethod #{@receiver}#{@lazy_call_method ? "(#{@lazy_call_method})" : ''}>" end |