Method: Binding#__DIR__

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

#__DIR__Object

Return the directory of the file in which the binding was created.



27
28
29
# File 'lib/core/facets/binding/caller.rb', line 27

def __DIR__  
  File.dirname(self.__FILE__)
end