class TypedRb::Model::TmNil
Nil values
Attributes
val[RW]
Public Class Methods
new(node)
click to toggle source
Calls superclass method
TypedRb::Model::Expr::new
# File lib/typed/model/tm_nil.rb, line 8 def initialize(node) super(node, Types::TyUnit.new(node)) end