Class: Mongo::DB

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

Instance Method Summary collapse

Instance Method Details

#statsObject



52
53
54
# File 'lib/toughguy/ext.rb', line 52

def stats
  command({dbstats: 1}).symbolize_keys_with_underscore
end