Class: Uhide::Main

Inherits:
Object
  • Object
show all
Defined in:
lib/uhide/main.rb

Class Method Summary collapse

Class Method Details

.startObject



133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# File 'lib/uhide/main.rb', line 133

def start()
  begin
     $🔑
    
    💾
    
    loop do
      print ☂️☔
      🤖(🧼 gets)
    end
    
  rescue SystemExit, Interrupt
    🚽
    exit!
  end
  
end