0
0
Fork 0
Forgot an @
This commit is contained in:
Stormwind 2015-02-18 22:41:14 +01:00
parent c00af9c981
commit 3f49c255ea
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module Rubella
attr_reader :data
def initialize(json_string)
data = ::JSON::load(json_string)
@data = ::JSON::load(json_string)
end
def self.string(json_string)