Module: Kernel
- Defined in:
- lib/lorj/compat.rb
Overview
Ruby 1.8 case
Instance Method Summary collapse
Instance Method Details
#__callee__ ⇒ Object
21 22 23 |
# File 'lib/lorj/compat.rb', line 21 def __callee__ caller[0] =~ /`([^']*)'/ && Regexp.last_match(1) end |