Class: Babl::Nodes::Typed::Base

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/babl/nodes/typed.rb

Direct Known Subclasses

Boolean, Integer, Number, String

Instance Method Summary collapse

Instance Method Details

#dependenciesObject



13
14
15
# File 'lib/babl/nodes/typed.rb', line 13

def dependencies
    Utils::Hash::EMPTY
end

#optimizeObject



21
22
23
# File 'lib/babl/nodes/typed.rb', line 21

def optimize
    self
end

#pinned_dependenciesObject



17
18
19
# File 'lib/babl/nodes/typed.rb', line 17

def pinned_dependencies
    Utils::Hash::EMPTY
end