class Fabrique::Test::Fixtures::Constructors::ClassWithDefaultConstructor

Public Class Methods

new() click to toggle source
# File lib/fabrique/test/fixtures/constructors.rb, line 32
def initialize
  @size, @color, @shape = DEFAULT_SIZE, DEFAULT_COLOR, DEFAULT_SHAPE
end