Libraries
»
exercism
(0.0.28)
»
Index
»
Exercism
»
Config
»
#file
Method: Exercism::Config#file
Defined in:
lib/exercism/config.rb
#
file
⇒
Object
57 58 59
# File 'lib/exercism/config.rb', line 57
def
file
@file
||=
File
.
join
(
path
,
filename
)
end