Method: TypeProf::Core::AST::SigTyLiteralNode#initialize
- Defined in:
- lib/typeprof/core/ast/sig_type.rb
#initialize(raw_decl, lenv) ⇒ SigTyLiteralNode
871 872 873 874 |
# File 'lib/typeprof/core/ast/sig_type.rb', line 871 def initialize(raw_decl, lenv) super(raw_decl, lenv) @lit = raw_decl.literal end |