Libraries
»
cabbage_doc
(0.1.0)
»
Index
»
CabbageDoc
»
Cache
»
#read
Method: CabbageDoc::Cache#read
Defined in:
lib/cabbage_doc/cache.rb
#
read
(key) ⇒
Object
11 12 13
# File 'lib/cabbage_doc/cache.rb', line 11
def
read
(
key
)
@_data
[
key
]
end