Class: RuboCop::CommentConfig::ConfigDisabledCopDirectiveComment::Loc
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::CommentConfig::ConfigDisabledCopDirectiveComment::Loc
- Defined in:
- lib/rubocop/comment_config.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
18 19 20 |
# File 'lib/rubocop/comment_config.rb', line 18 def expression @expression end |