Method: Proc#source_location
- Defined in:
- lib/rmtools/core/proc.rb
#source_location ⇒ Object
30 |
# File 'lib/rmtools/core/proc.rb', line 30 def source_location; to_s.match(/([^@]+):(\d+)>$/)[1..2] end |
30 |
# File 'lib/rmtools/core/proc.rb', line 30 def source_location; to_s.match(/([^@]+):(\d+)>$/)[1..2] end |