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