Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 317 Bytes

Pause.md

File metadata and controls

18 lines (12 loc) · 317 Bytes

Freeclimb::Pause

Properties

Name Type Description Notes
length Integer Length in milliseconds. FreeClimb will wait silently before continuing on.

Example

require 'freeclimb'

instance = Freeclimb::Pause.new(
  length: null
)