Class: RuboCounsel::CopActions::Skip
- Inherits:
-
Object
- Object
- RuboCounsel::CopActions::Skip
- Defined in:
- lib/rubocounsel/cop_actions.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
20 |
# File 'lib/rubocounsel/cop_actions.rb', line 20 def call = nil |
#label ⇒ Object
18 |
# File 'lib/rubocounsel/cop_actions.rb', line 18 def label = "Skip" |
#reprompt? ⇒ Boolean
19 |
# File 'lib/rubocounsel/cop_actions.rb', line 19 def reprompt? = false |