module Kernel
Ruby 1.8 case
Public Instance Methods
__callee__()
click to toggle source
# File lib/lorj/compat.rb, line 21 def __callee__ caller[0] =~ /`([^']*)'/ && Regexp.last_match(1) end
Ruby 1.8 case
# File lib/lorj/compat.rb, line 21 def __callee__ caller[0] =~ /`([^']*)'/ && Regexp.last_match(1) end