class RuboCop::AST::PairNode
def hash_rocket?
-
(Boolean)
- whether this `pair` uses a hash rocket delimiter
def hash_rocket? loc.operator.is?(HASH_ROCKET) end
(Boolean)
- whether this `pair` uses a hash rocket delimiter
def hash_rocket? loc.operator.is?(HASH_ROCKET) end