class RSpec::Core::Source::Token

def closed_by?(other)

def closed_by?(other)
  closed_by_delimiter?(other) || closed_by_keyword?(other)
end