Class: Guard::Test::Deprecator
- Inherits:
-
Object
- Object
- Guard::Test::Deprecator
- Defined in:
- lib/guard/test/deprecator.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Deprecator
constructor
A new instance of Deprecator.
- #warns_about_deprecated_options ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ Deprecator
Returns a new instance of Deprecator.
10 11 12 |
# File 'lib/guard/test/deprecator.rb', line 10 def initialize( = {}) @options = end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
4 5 6 |
# File 'lib/guard/test/deprecator.rb', line 4 def @options end |
Class Method Details
.warns_about_deprecated_options(options = {}) ⇒ Object
6 7 8 |
# File 'lib/guard/test/deprecator.rb', line 6 def self.( = {}) new(). end |
Instance Method Details
#warns_about_deprecated_options ⇒ Object
14 15 16 17 |
# File 'lib/guard/test/deprecator.rb', line 14 def _use_cmd_option _keep_failed_option end |