Skip to content

fix for yaml parsing issue (missing highline require)#17

Open
jmccaffrey wants to merge 1 commit intonicksieger:masterfrom
jmccaffrey:master
Open

fix for yaml parsing issue (missing highline require)#17
jmccaffrey wants to merge 1 commit intonicksieger:masterfrom
jmccaffrey:master

Conversation

@jmccaffrey
Copy link
Copy Markdown

The yaml file is created with references to highline, but when it is loaded in again at startup, the highline classes are not reference, and yaml complains about:
YAML.load_file(f)
TypeError: invalid subclass from <....> yaml.rb:133:in `transfer'

The yaml file is created with references to highline, but when it is loaded in again at startup, the highline classes are not reference, and yaml complains about:
YAML.load_file(f)
TypeError: invalid subclass from <....>  yaml.rb:133:in `transfer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant