Method: Atomy::Module#file

Defined in:
lib/atomy/module.rb

#fileObject

Symbol

Absolute path to the file the module was loaded from.



10
11
12
# File 'lib/atomy/module.rb', line 10

def file
  @file
end