Method: Binding#__DIR__

Defined in:
lib/garcon/core_ext/binding.rb

#__DIR__Object

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



41
42
43
# File 'lib/garcon/core_ext/binding.rb', line 41

def __DIR__
  File.dirname(self.__FILE__)
end