Method: Binding#__LINE__

Defined in:
lib/core/facets/binding/caller.rb

#__LINE__Object

Return the line number on which the binding was created.



15
16
17
# File 'lib/core/facets/binding/caller.rb', line 15

def __LINE__
  Kernel.eval("__LINE__", self)
end