Libraries
»
hx
(0.26.1)
»
Index
»
Hx
»
Cache
»
Record
»
#get_entry_paths
Method: Hx::Cache::Record#get_entry_paths
Defined in:
lib/hx.rb
#
get_entry_paths
⇒
Object
258 259 260
# File 'lib/hx.rb', line 258
def
get_entry_paths
@paths
||
(
@paths
=
yield
)
end