class Dhall::AsDhall::ExpressionList::Empty
Public Class Methods
new(*)
click to toggle source
# File lib/dhall/as_dhall.rb, line 162 def initialize(*); end
Public Instance Methods
list()
click to toggle source
# File lib/dhall/as_dhall.rb, line 164 def list EmptyList.new(element_type: UnionType.new(alternatives: {})) end