Libraries
»
workspace
(2.0.2)
»
Index
»
Workspace
»
File
»
#read
Method: Workspace::File#read
Defined in:
lib/workspace/file.rb
#
read
⇒
Object
72 73 74
# File 'lib/workspace/file.rb', line 72
def
read
@contents
||=
::
File
.
open
(
to_s
)
.
read
end