Method: RuboCop::Cop::Style::ImplicitRuntimeError#implicit_runtime_error_raise_or_fail
- Defined in:
- lib/rubocop/cop/style/implicit_runtime_error.rb
#implicit_runtime_error_raise_or_fail(node) ⇒ Object
23 24 |
# File 'lib/rubocop/cop/style/implicit_runtime_error.rb', line 23 def_node_matcher :implicit_runtime_error_raise_or_fail, '(send nil? ${:raise :fail} {str dstr})' |