Class: UnboundMethod
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
42 43 44 |
# File 'lib/rmtools/dev/highlight.rb', line 42 def inspect "#{to_s}#{source_location && ":\n#{RMTools.highlighted_line(*source_location)}"}" end |