Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2.  
  3. require 'rubygems'
  4.  
  5. require File.dirname(__FILE__) + '/../config/boot'
  6. require File.dirname(__FILE__) + '/../config/environment'
  7.  
  8. require 'lizzy_cloud'
  9.  
  10. Lizzy.start do
  11. Lizzy.listen4('hello') do |o, info, req|
  12. puts req.inspect
  13. end
  14. end
Add Comment
Please, Sign In to add comment