Sha256: 024fadb1795909fe44f1d705b2404294e18d99d25083cce2808472a1f011af32
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
require "firefox-json/version" require "firefox-json/profiles" module FirefoxJson def self.available_profiles Profiles.new.list end def self.load_profile(name) profiles = Profiles.new profiles[name] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
firefox-json-0.2.0 | lib/firefox-json.rb |