Method: RGSS::Game_Variables#decode

Defined in:
lib/RGSS.rb

#decode(name, value) ⇒ Object



299
300
301
# File 'lib/RGSS.rb', line 299

def decode(name, value)
  return hash_to_array(value)
end