Method: MdbmDistSupport::Meta#fetch

Defined in:
lib/mdbm_dist_support/meta.rb

#fetch(key) ⇒ Object



15
16
17
# File 'lib/mdbm_dist_support/meta.rb', line 15

def fetch(key)
  @meta.fetch(key)
end