public
Description: Run multiple framework / rack app / wathever inside the same VM
Clone URL: git://github.com/macournoyer/rack_sandbox.git
macournoyer (author)
Fri Mar 21 12:51:03 -0700 2008
commit  95167f5720d92c1d2a3a02b9ba5963ac8aaa1cac
tree    7e2e5fa2883cb0730518ab567960c3e1df89d4aa
rack_sandbox / lib / sandbox / binding.rb
100644 9 lines (8 sloc) 0.213 kb
1
2
3
4
5
6
7
8
9
# Binding extensions loaded inside the sandbox
 
# Ok I confess, I have no idea what to do here.
# I get some weird NoMethodError include on <Binding:XXXXX>
class Binding
  def include(i)
    # FIXME wth?
  end
end