Class: Dhall::AsDhall::ExpressionList::Empty
- Inherits:
-
Object
- Object
- Dhall::AsDhall::ExpressionList::Empty
- Defined in:
- lib/dhall/as_dhall.rb
Instance Method Summary collapse
-
#initialize ⇒ Empty
constructor
A new instance of Empty.
- #list ⇒ Object
Constructor Details
#initialize ⇒ Empty
162 |
# File 'lib/dhall/as_dhall.rb', line 162 def initialize(*); end |
Instance Method Details
#list ⇒ Object
164 165 166 |
# File 'lib/dhall/as_dhall.rb', line 164 def list EmptyList.new(element_type: UnionType.new(alternatives: {})) end |