Returns a new instance of Context.
4 5 6 7
# File 'lib/h2o/context.rb', line 4 def initialize(context ={}) @stack = [context] @filter_env = Filters.build(self) end