class Rototiller::Task::CommandCollection

Public Instance Methods

allowed_class() click to toggle source

@return [Type] allowed class for this collection (Command)

# File lib/rototiller/task/collections/command_collection.rb, line 9
def allowed_class
  Command
end