module Assignbot::ClassDsl

inner class that get extended to the base class

Public Instance Methods

assigner(&block) click to toggle source
# File lib/assignbot.rb, line 56
def assigner(&block)
  assigner_dsl = AssignerDsl.new(self)
  assigner_dsl.instance_eval(&block)
end