Sha256: 58411fe80b0653c5cfc380085492141285a428c1f6fa96f2b5fba346c2ca31e4

Contents?: true

Size: 241 Bytes

Versions: 5

Compression:

Stored size: 241 Bytes

Contents

class Settings

  # Root of a settings definition tree - contains a set of groups and entries
  class Root < Settings::Group
  
    # Construct ourselves
    def initialize
      # We're a group...
      super(nil, '')
    end
  
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
iron-settings-1.0.4 lib/iron/settings/root.rb
iron-settings-1.0.3 lib/iron/settings/root.rb
iron-settings-1.0.2 lib/iron/settings/root.rb
iron-settings-1.0.1 lib/iron/settings/root.rb
iron-settings-1.0.0 lib/iron/settings/root.rb