Ruby Snippets (2)
4 months ago
View more (347 lines)
1
2
3
4
5
2
3
4
5
#!/usr/bin/env ruby # Frobnicator - I had a job a lot like this once, # so this is an inside joke with the people I worked with. # I can't believe I just spent Friday night making this
4 months ago
View more (33 lines)
1
2
3
4
5
2
3
4
5
#JSON-P Rack Handler # config/jsonp.rb class JsonP def initialize(app)
