Class: Motion::Project::Config
- Inherits:
-
Object
- Object
- Motion::Project::Config
- Defined in:
- lib/project/x_files.rb
Instance Method Summary collapse
Instance Method Details
#x_files(&block) ⇒ Object
9 10 11 |
# File 'lib/project/x_files.rb', line 9 def x_files(&block) @x_files ||= Motion::Project::XFiles.new(self) end |