Module: Mongrep::Model::Shell::ClassMethods

Defined in:
lib/mongrep/model.rb

Overview

Static class methods for Shells

Instance Method Summary collapse

Instance Method Details

#inspectString

Returns A human readable string representation of the class instance.

Returns:

  • (String)

    A human readable string representation of the class instance



34
35
36
# File 'lib/mongrep/model.rb', line 34

def inspect
  name
end