class TypedRb::Model::TmSymbol

floats

Attributes

val[RW]

Public Class Methods

new(node) click to toggle source
Calls superclass method TypedRb::Model::Expr::new
# File lib/typed/model/tm_symbol.rb, line 8
def initialize(node)
  super(node, Types::TySymbol.new(node))
  @val = node.children.first
end