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