Libraries
»
exerb
(6.0.1)
»
Index
»
Exerb
»
Recipe
»
FileBlock
»
#delete
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