PM
Я счас тормоз после лекарств, мне можна)))
Size: a a a
PM
LS
LS
EB
EB
SP
loop do
puts "You are pidor"
end
by main.rbи все )
OH
loop do
puts "You are pidor"
end
by main.rbи все )
EB
EB
OH
LS
OH
LS
SP
begin
...
rescue Exception
puts "pohuy"
end
LS
begin
...
rescue Exception
puts "pohuy"
end
OH
begin
...
rescue Exception
puts "pohuy"
end
SP
LS
LS
#!/usr/bin/env ruby
puts "Application starting..."
require_relative '../config/environment'
puts "* Environment: #{Application.environment}"
puts '* Started'
puts 'Use Ctrl-C to stop'
begin
loop { Chat.interaction }
rescue Interrupt
puts '- Stopped successfully'
end
LS