class Rototiller::Task::ArgumentCollection

Public Instance Methods

allowed_class() click to toggle source

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

# File lib/rototiller/task/collections/argument_collection.rb, line 9
def allowed_class
  Argument
end