Module: Assignbot::ClassDsl
- Defined in:
- lib/assignbot.rb
Overview
inner class that get extended to the base class
Class Method Summary collapse
Class Method Details
.assigner(&block) ⇒ Object
56 57 58 59 |
# File 'lib/assignbot.rb', line 56 def assigner(&block) assigner_dsl = AssignerDsl.new(self) assigner_dsl.instance_eval(&block) end |