wrap_in_module 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module WrapInModule
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -106,9 +106,9 @@ module WrapInModule
106
106
  end
107
107
  end
108
108
 
109
- def to_s # :nodoc:
110
- "#<#{self.class}:#{File.join(__dir, File.basename(__main_file))}>"
111
- end
109
+ # def to_s # :nodoc:
110
+ # "#<#{self.class}:#{File.join(__dir, File.basename(__main_file))}>"
111
+ # end
112
112
 
113
113
  module ScriptModuleMethods
114
114
  # This is so that <tt>def meth...</tt> behaves like in Ruby's top-level
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wrap_in_module
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: