Class: Proc

Inherits:
Object show all
Defined in:
lib/engine2/core.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



26
27
28
29
# File 'lib/engine2/core.rb', line 26

def to_json(*)
    loc = source_location
    "\"#<Proc:#{loc.first[/\w+.rb/]}:#{loc.last}>\""
end