Module: Kernel
- Defined in:
- lib/last_call.rb
Instance Method Summary collapse
Instance Method Details
#last_call ⇒ Object
2 3 4 |
# File 'lib/last_call.rb', line 2 def last_call caller[1].match(/`(.*)'/)[1].to_sym end |
2 3 4 |
# File 'lib/last_call.rb', line 2 def last_call caller[1].match(/`(.*)'/)[1].to_sym end |