class TestMinitestStub::Bar

:value, :block_call, :args

> N/A

Public Instance Methods

call() click to toggle source
# File minitest-5.13.0/test/minitest/test_minitest_mock.rb, line 577
def call
  puts "hi"
end