Module: YNelson::DSL
- Defined in:
- lib/y_nelson/dsl.rb
Overview
YNelson DSL.
Instance Method Summary collapse
Instance Method Details
#y_nelson_agent ⇒ Object
7 8 9 10 |
# File 'lib/y_nelson/dsl.rb', line 7 def y_nelson_agent @y_nelson_agent ||= Agent.new .tap { puts "Defining YNelson agent for #{self}" if YNelson::DEBUG } end |