class MockBeaneater::Pool
Public Instance Methods
tubes()
click to toggle source
# File lib/mock_beaneater/pool.rb, line 3 def tubes @tubes ||= Tubes.new(self) end
# File lib/mock_beaneater/pool.rb, line 3 def tubes @tubes ||= Tubes.new(self) end