Method: Textpow::SyntaxProxy#initialize

Defined in:
lib/ultra_pow_list/vendor/ruby1.8/textpow/textpow/syntax.rb,
lib/ultra_pow_list/vendor/ruby1.9/textpow/textpow/syntax.rb

#initialize(hash, syntax) ⇒ SyntaxProxy

Returns a new instance of SyntaxProxy.



4
5
6
7
# File 'lib/ultra_pow_list/vendor/ruby1.8/textpow/textpow/syntax.rb', line 4

def initialize hash, syntax
   @syntax = syntax
   @proxy = hash["include"]
end