module RPicSim::Sim::BasicShortcuts
This module is used in RPicSim's {file:RSpecIntegration.md RSpec
integration} in order to let you call basic methods on the {RPicSim::Sim} object without having to prefix them with anything.
Constants
- ForwardedMethods
This is the complete list of the basic shortcuts. You can call any of these methods by simply writing its name along with any arguments in an
RSpec
example.For example, these shortcuts allow you to just write
cycle_count
instead ofsim.cycle_count
.