Method: Xccleanup.prompt

Defined in:
lib/xccleanup.rb

.prompt(*args) ⇒ Object



23
24
25
26
# File 'lib/xccleanup.rb', line 23

def self.prompt(*args)
    print(*args)
    gets
end