Class: RuboCounsel::CopActions::Disable
- Inherits:
-
Object
- Object
- RuboCounsel::CopActions::Disable
- Defined in:
- lib/rubocounsel/cop_actions.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
14 |
# File 'lib/rubocounsel/cop_actions.rb', line 14 def call = { "Enabled" => false } |
#label ⇒ Object
12 |
# File 'lib/rubocounsel/cop_actions.rb', line 12 def label = "Disable" |
#reprompt? ⇒ Boolean
13 |
# File 'lib/rubocounsel/cop_actions.rb', line 13 def reprompt? = false |