Module: Dhall::Parser::PlusInfinityLiteral
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
222 223 224 |
# File 'lib/dhall/parser.rb', line 222 def value Double.new(value: Float::INFINITY) end |