Module: Buby::Implants::URL

Included in:
Java::JavaNet::URL
Defined in:
lib/buby/implants/jruby.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



50
51
52
53
54
55
56
# File 'lib/buby/implants/jruby.rb', line 50

def inspect
  if $DEBUG
    super.insert(-2, ": #{self.to_s} ")
  else
    self.to_s
  end
end