class DummyAuton < Nestene::Auton def start sleep 6 end def with_parameters p1, p2 end attribute foo: String end