Class: Foo::Bar

Inherits:
Baz::Qux
  • Object
show all
Defined in:
ext/rfmt/tests/fixtures/parity/metadata_classes.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'ext/rfmt/tests/fixtures/parity/metadata_classes.rb', line 2

def change
  x = compute(1)
  @count = x
end