class RuboCop::AST::ConstNode
def relative?
-
(Boolean)
- if the constant does not start with `::` (aka s(:cbase))
def relative? !absolute? end
(Boolean)
- if the constant does not start with `::` (aka s(:cbase))
def relative? !absolute? end