You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey just wanted to say thanks for starting on this, I've been searching for a gem like this.
I was just wondering if you could provide certain examples of how to use the gem?
I've been trying parse a VDF file that contains information regarding the items from DOTA2. The file contains items with attributes in a hash "object" in VDFormat. Unfortunately, I haven't been able to get gem to work correctly. When I execute a method to try out the gem, the console just freezes.
Example:
File.open("test2.vdf") do |file|
vdf = SteamCodec::VDF::loadFromFile(file)
puts vdf
end
I was wondering if you could help me solve this problem? Thanks so much!