Method: RubyCop::Ruby::Case#expression
- Defined in:
- lib/ruby_cop/ruby/case.rb
#expression ⇒ Object (readonly)
Returns the value of attribute expression.
9 10 11 |
# File 'lib/ruby_cop/ruby/case.rb', line 9 def expression @expression end |