Class: Babl::Nodes::Typed::Base
- Inherits:
-
Object
- Object
- Babl::Nodes::Typed::Base
show all
- Includes:
- Singleton
- Defined in:
- lib/babl/nodes/typed.rb
Instance Method Summary
collapse
Instance Method Details
#dependencies ⇒ Object
13
14
15
|
# File 'lib/babl/nodes/typed.rb', line 13
def dependencies
Utils::Hash::EMPTY
end
|
21
22
23
|
# File 'lib/babl/nodes/typed.rb', line 21
def optimize
self
end
|
#pinned_dependencies ⇒ Object
17
18
19
|
# File 'lib/babl/nodes/typed.rb', line 17
def pinned_dependencies
Utils::Hash::EMPTY
end
|