Method: Test#initialize
- Defined in:
- lib/fsdb/nonpersistent-attr.rb
#initialize(x, y, z) ⇒ Test
47 48 49 50 51 |
# File 'lib/fsdb/nonpersistent-attr.rb', line 47 def initialize x, y, z self.x = x self.y = y @z = z end |
47 48 49 50 51 |
# File 'lib/fsdb/nonpersistent-attr.rb', line 47 def initialize x, y, z self.x = x self.y = y @z = z end |