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