Class: CodeRunner::Cubecalc::Sleep
- Defined in:
- lib/cubecalccrmod/sleep.rb
Instance Method Summary collapse
Instance Method Details
#parameter_string ⇒ Object
7 8 9 |
# File 'lib/cubecalccrmod/sleep.rb', line 7 def parameter_string return sprintf("%d %s %d", @calculate_sides, 'edges.txt', @sleep_time) end |