Class: Motion::Project::App::Files

Inherits:
Object
  • Object
show all
Defined in:
lib/motion_mock.rb

Class Method Summary collapse

Class Method Details

.<<(path) ⇒ Object



15
16
17
18
# File 'lib/motion_mock.rb', line 15

def self.<<(path)
  Motion::FILES << path
  Kernel.require path
end