Class: Foo::Bar
- Inherits:
-
Baz::Qux
- Object
- Baz::Qux
- Foo::Bar
- Defined in:
- ext/rfmt/tests/fixtures/parity/metadata_classes.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 |
# File 'ext/rfmt/tests/fixtures/parity/metadata_classes.rb', line 2 def change x = compute(1) @count = x end |