require 'raingrams/tokens/token' module Raingrams module Tokens class StartSentence < Token def initialize super('') end end end end