Method: Eg::ArithmeticFixture#initialize
- Defined in:
- lib/eg/arithmetic_fixture.rb
#initialize ⇒ ArithmeticFixture
Returns a new instance of ArithmeticFixture.
9 10 11 12 |
# File 'lib/eg/arithmetic_fixture.rb', line 9 def initialize super @x = @y = 0 end |