Class: Guard::Plugin
- Inherits:
-
Object
- Object
- Guard::Plugin
- Defined in:
- lib/guard/compat/test/helper.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Plugin
constructor
A new instance of Plugin.
Constructor Details
#initialize(options) ⇒ Plugin
Returns a new instance of Plugin.
6 7 8 |
# File 'lib/guard/compat/test/helper.rb', line 6 def initialize() = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/guard/compat/test/helper.rb', line 4 def end |