Skip to content

Commit 0118f72

Browse files
committed
Fix wrong require path
1 parent 3935948 commit 0118f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/inheritance_module_eval/integration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "integration_module_eval"
1+
require "inheritance_module_eval"
22
class Module
33
# acts same as module_eval, but saves method hierarchy
44
# should be called only for instance methods evaluation
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InheritanceModuleEval
2-
VERSION = "1.0.1"
2+
VERSION = "1.0.2"
33
end

0 commit comments

Comments
 (0)