# File rparsec/parser.rb, line 158
  def followed(other)
    FollowedParser.new(self, other)
  end