Skip to content

config.use seems to be broken #28

Description

@reuven

I'm using Ruby 2.1.2. I cloned the Git repository, and copied the examples/orgmode-basic directory to its own directory, to avoid the overall quarto Rakefile from affecting the book's Rakefile. I then typed

rake -T

and got the following:

$ rake -T
rake aborted!
NoMethodError: undefined method `use' for Quarto:Module
/Users/reuven/Downloads/orgmode-basic/Rakefile:4:in `block in <top (required)>'
/Users/reuven/.rvm/gems/ruby-2.1.2/gems/quarto-0.0.1/lib/quarto.rb:11:in `configure'
/Users/reuven/Downloads/orgmode-basic/Rakefile:3:in `<top (required)>'
/Users/reuven/.rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `eval'
/Users/reuven/.rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `<main>'
(See full trace by running task with --trace)

I got the same result with Ruby 1.9.3. Any suggestions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions