Class: Dhall::TypeChecker::TextLiteral::Chunks
- Inherits:
-
Object
- Object
- Dhall::TypeChecker::TextLiteral::Chunks
- Defined in:
- lib/dhall/typecheck.rb
Instance Method Summary collapse
-
#initialize(chunks) ⇒ Chunks
constructor
A new instance of Chunks.
- #map ⇒ Object
- #to_a ⇒ Object
Constructor Details
#initialize(chunks) ⇒ Chunks
Returns a new instance of Chunks.
132 133 134 |
# File 'lib/dhall/typecheck.rb', line 132 def initialize(chunks) @chunks = chunks end |