Method: Proc#source_location

Defined in:
lib/rmtools/core/proc.rb

#source_locationObject



30
# File 'lib/rmtools/core/proc.rb', line 30

def source_location; to_s.match(/([^@]+):(\d+)>$/)[1..2] end