Class: Groonga::Record

Inherits:
Object
  • Object
show all
Defined in:
lib/groovy.rb

Overview

overwrite Groonga::Record#inspect because the #attributes part is making debugging take ages

Instance Method Summary collapse

Instance Method Details

#inspectObject



7
8
9
# File 'lib/groovy.rb', line 7

def inspect
  super
end