Skip to content

Commit

Permalink
Fix warning: method redefined; discarding old inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Mar 13, 2022
1 parent e2ebc64 commit 5e590a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_object.rb
@@ -1,12 +1,6 @@
require 'oci8'
require File.dirname(__FILE__) + '/config'

class Time
def inspect
self.strftime("%Y-%m-%d %H:%M:%S.%N %:z")
end
end

conn = OCI8.new($dbuser, $dbpass, $dbname)
error_message = nil
begin
Expand Down

0 comments on commit 5e590a0

Please sign in to comment.