module DXRuby::Tiled

Public Instance Methods

read_file(file, encoding = Encoding::UTF_8) click to toggle source
# File lib/neri/dxruby_tiled.rb, line 9
def read_file(file, encoding = Encoding::UTF_8)
  Neri.file_read(file, encoding)
end