Libraries
»
codeqa
(0.4.0)
»
Index
»
Codeqa
»
Sourcefile
»
#exist?
Method: Codeqa::Sourcefile#exist?
Defined in:
lib/codeqa/sourcefile.rb
#
exist?
⇒
Boolean
Returns:
(
Boolean
)
22 23 24
# File 'lib/codeqa/sourcefile.rb', line 22
def
exist?
File
.
exist?
(
filename
)
end