Fix for Ruby 2.6+ Ruby 2.6 added a new method named `then` to `Object` which broke us using the method_missing based DSL. Switch to def_attr for then/else to fix this.
1 files changed, 2 insertions(+), 2 deletions(-) M lib/dhall/ast.rb
M lib/dhall/ast.rb => lib/dhall/ast.rb +2 -2