lib/githu3/store.rb in githu3-0.0.3 vs lib/githu3/store.rb in githu3-0.0.4

- old
+ new

@@ -5,12 +5,12 @@ def initialize data @id = data[:id] || data["id"] @attributes = OpenStruct.new(data) end - + def method_missing m, *args @attributes.send m, *args end - + end end \ No newline at end of file