We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3935948 commit 0118f72Copy full SHA for 0118f72
lib/inheritance_module_eval/integration.rb
@@ -1,4 +1,4 @@
1
-require "integration_module_eval"
+require "inheritance_module_eval"
2
class Module
3
# acts same as module_eval, but saves method hierarchy
4
# should be called only for instance methods evaluation
lib/inheritance_module_eval/version.rb
@@ -1,3 +1,3 @@
module InheritanceModuleEval
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end
0 commit comments