class RSpec::Support::Source::Token

def closed_by?(other)

def closed_by?(other)
  delimiter_closed_by?(other) || keyword_closed_by?(other)
end