Class: Motion::Project::Config
- Inherits:
-
Object
- Object
- Motion::Project::Config
- Defined in:
- lib/motion/project/motionscan.rb
Instance Method Summary collapse
Instance Method Details
#motionscan {|@motionscan| ... } ⇒ Object
70 71 72 73 74 |
# File 'lib/motion/project/motionscan.rb', line 70 def motionscan @motionscan ||= MotionscanConfig.new(self) yield @motionscan if block_given? @motionscan end |