Class: Dhall::AsDhall::ExpressionList::Mono
- Inherits:
-
Object
- Object
- Dhall::AsDhall::ExpressionList::Mono
- Defined in:
- lib/dhall/as_dhall.rb
Instance Method Summary collapse
-
#initialize(_, exprs, _) ⇒ Mono
constructor
A new instance of Mono.
- #list ⇒ Object
Constructor Details
#initialize(_, exprs, _) ⇒ Mono
Returns a new instance of Mono.
187 188 189 |
# File 'lib/dhall/as_dhall.rb', line 187 def initialize(_, exprs, _) @exprs = exprs end |