Method: Exerb::Recipe::FileBlock#delete

Defined in:
lib/exerb/recipe.rb

#delete(key) ⇒ Object



361
362
363
# File 'lib/exerb/recipe.rb', line 361

def delete(key)
  return @file.delete(key)
end