module RoboPigeon::Dsl # this inherits from job, so that the job dsls are available in # extensions. That's very helpful if you're trying to write an # extension that interfaces with another extension or built in. class Base < RoboPigeon::Dsl::Job include RoboPigeon::Dsl::Helpers end end