Method: RGSS.load_raw_file
- Defined in:
- lib/RGSS/serialize.rb
.load_raw_file(file) ⇒ Object
143 144 145 146 147 |
# File 'lib/RGSS/serialize.rb', line 143 def self.load_raw_file(file) File.open(file, "rb") do |f| return f.read end end |