-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined method `ap' for Kernel:Module #40
Comments
You are right! This is by design. The user is expected to manually require either See this for the context: Thanks for reporting this! I'm fixing it in #41 by improving the documentation, which is not clear enough in that regard. |
thbar
added a commit
that referenced
this issue
Dec 1, 2023
Fixed! Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to use
show_me!
in a simple example script.I need to explicitly
require "awesome_print"
.Otherwise:
show_me.rb:11:in 'block in show_me!': undefined method 'ap' for Kernel:Module (NoMethodError)
(Ruby Version 3.1.2, kiba-common-1.5.0)
The text was updated successfully, but these errors were encountered: