Object
# File lib/naught/null_class_builder/command.rb, line 6 def initialize(builder) @builder = builder end
# File lib/naught/null_class_builder/command.rb, line 10 def call fail NotImplementedError, 'Method #call should be overriden in child classes' end
# File lib/naught/null_class_builder/command.rb, line 15 def defer(options = {}, &block) @builder.defer(options, &block) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.