Skip to content

Instantly share code, notes, and snippets.

@bwiggs
Last active December 12, 2015 03:58
Show Gist options
  • Save bwiggs/4710794 to your computer and use it in GitHub Desktop.
Save bwiggs/4710794 to your computer and use it in GitHub Desktop.
require 'ostruct'
module MyModule
class MyClass < OpenStruct
end
end
#`<module:MyModule>': uninitialized constant OpenStruct (NameError)
@bwiggs
Copy link
Author

bwiggs commented Feb 4, 2013

Forgot to require 'ostruct'

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