Module: MapUnquote

Included in:
MapReader, MapReader::MapObject, MapReader::MapRoom
Defined in:
lib/IFMapper/MapReader.rb

Overview

Function used to unquote a string. Formats such as TADS/Inform use special syntax rules in quotes.

Instance Method Summary collapse

Instance Method Details

#unquote(x) ⇒ Object



11
12
13
# File 'lib/IFMapper/MapReader.rb', line 11

def unquote(x)
  return x
end