class Solargraph::Source::Chain

def literal?

Returns:
  • (Boolean) -
def literal?
  links.last.is_a?(Chain::Literal)
end