Sha256: 8b5f78c22013e54d31b60443dd87a62e0d2820b5ec0f72d715b9c7614e3d3978
Contents?: true
Size: 149 Bytes
Versions: 4
Compression:
Stored size: 149 Bytes
Contents
class Mist::Configuration::Author attr_accessor :name, :email def initialize @name = "John Doe" @email = "john@example.com" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mist-0.6.3 | lib/mist/configuration/author.rb |
mist-0.6.2 | lib/mist/configuration/author.rb |
mist-0.6.1 | lib/mist/configuration/author.rb |
mist-0.6.0 | lib/mist/configuration/author.rb |