ok-extensions 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ end
17
17
  class SafeNil < BasicObject
18
18
  include Singleton
19
19
 
20
- undef inspect
20
+ undef :inspect if method_defined? :inspect
21
21
 
22
22
  def method_missing(method, *args, &b)
23
23
  return nil unless nil.respond_to? method
@@ -1,5 +1,5 @@
1
1
  class OkExtensions
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.5'
3
3
  end
4
4
 
5
5
  $LOAD_PATH << File.dirname(__FILE__)
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: ok-extensions
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.4
6
+ version: 1.0.5
7
7
  date: 2007-12-11 00:00:00 +07:00
8
8
  summary: The author was too lazy to write a summary
9
9
  require_paths: