Class: CodeRunner::Cubecalc::Sleep

Inherits:
Cubecalc
  • Object
show all
Defined in:
lib/cubecalccrmod/sleep.rb

Instance Method Summary collapse

Instance Method Details

#parameter_stringObject



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