class Raabro::Input

def initialize(string, offset=0, options={})

def initialize(string, offset=0, options={})
  @string = string
  @offset = offset.is_a?(Hash) ? 0 : offset
  @options = offset.is_a?(Hash) ? offset : options
end