Method: Proc#inspect
- Defined in:
- lib/rmtools/dev/highlight.rb
#inspect ⇒ Object
28 29 30 |
# File 'lib/rmtools/dev/highlight.rb', line 28 def inspect "#{to_s}#{@string ? ': '+Painter.green(@string) : source_location && ": \n"+RMTools.highlighted_line(*source_location)}" end |