Class: Good::Record

Inherits:
Object
  • Object
show all
Defined in:
lib/good.rb

Class Method Summary collapse

Class Method Details

.new(*members, &block) ⇒ Object



11
12
13
# File 'lib/good.rb', line 11

def self.new(*members, &block)
  Good.generate(true, *members, &block)
end