42 43 44
# File 'lib/jmongo/mongo/jmongo.rb', line 42 def self.[](*args) Hash[*args] end
55 56 57
# File 'lib/jmongo/mongo/jmongo.rb', line 55 def get(key) self.java_send(:get,key.to_s) end
47 48 49
# File 'lib/jmongo/mongo/jmongo.rb', line 47 def hashify self.to_map.to_hash end