class CodeRay::Scanners::Ruby

def interpreted_string_state

def interpreted_string_state
  StringState.new :string, true, '"'
end