Class: Bashly::Commands::Generate
- Defined in:
- lib/bashly/commands/generate.rb
Instance Attribute Summary collapse
-
#watching ⇒ Object
readonly
Returns the value of attribute watching.
Instance Method Summary collapse
Methods inherited from Base
#config, #config_validator, #validate_config, #with_valid_config
Methods included from AssetHelper
Instance Attribute Details
#watching ⇒ Object (readonly)
Returns the value of attribute watching.
27 28 29 |
# File 'lib/bashly/commands/generate.rb', line 27 def watching @watching end |