class Rototiller::Task::OptionCollection
The OptionCollection
class to collect more than one option for a Command
delegates to Array via inheritance from ParamCollection
@since v1.0.0
Public Instance Methods
allowed_class()
click to toggle source
set allowed classes to be inserted into this Collection/Array @return [Option] the collection's allowed class
# File lib/rototiller/task/collections/option_collection.rb, line 14 def allowed_class Option end