Class: Wrake::Command
- Inherits:
-
Object
- Object
- Wrake::Command
- Defined in:
- lib/wrake/command.rb,
lib/wrake/command/options.rb
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options) ⇒ Command
constructor
A new instance of Command.
Constructor Details
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/wrake/command.rb', line 3 def @options end |