Class: Proc
- Inherits:
-
Object
- Object
- Proc
- Defined in:
- lib/pretty_debug.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
211 212 213 |
# File 'lib/pretty_debug.rb', line 211 def inspect; f, l = source_location; "Proc@#{f}:#{l}" rescue; "Proc@source_unknown".freeze end |