class Solargraph::Source::Chain

def constant?

Returns:
  • (Boolean) -
def constant?
  links.last.is_a?(Chain::Constant)
end