Method: Proc#to_json
- Defined in:
- lib/engine2/core.rb
#to_json ⇒ Object
37 38 39 40 |
# File 'lib/engine2/core.rb', line 37 def to_json(*) loc = source_location loc ? "\"#<Proc:#{loc.first[/\w+.rb/]}:#{loc.last}>\"" : '"source unknown"' end |