No, you have not done anything wrong. That file (along with a few
others) is just leftover from an experiment Matt was doing with YAML
based DSL. I believe that experiment has been put to sleep, so I'll
clean out those files when I get a chance.
Sorry for the trouble.
Joe
On Oct 4, 5:48 pm, Doug <dgoldi...@gmail.com> wrote:
> Doug@APOLLO /c/work/demos/ruleby/examples
> $ ruby sample_fibonacci2.rb
> sample_fibonacci2.rb:31: uninitialized constant YamlDsl (NameError)
> from sample_fibonacci2.rb:30:in `open'
> from sample_fibonacci2.rb:30
> from ./../lib/ruleby.rb:19:in `engine'
> from sample_fibonacci2.rb:29
> Doug@APOLLO /c/work/demos/ruleby/examples
> $
> --------------------------------------------------------------------------- --------------------------------
> I assume I've done something stupid here.
> any thoughts?
> -thanks.