mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
5 lines
78 B
Ruby
5 lines
78 B
Ruby
|
|
AfterStep('@pause') do
|
||
|
|
print "Press Return to continue..."
|
||
|
|
STDIN.getc
|
||
|
|
end
|