Method: Howdy::Dictionary::Base.dict_description

Defined in:
lib/howdy/base.rb

.dict_descriptionObject

Returns description of the dictionary.



134
135
136
# File 'lib/howdy/base.rb', line 134

def self.dict_description
  @description ||= ""
end