Method: CodeNode::SpecHelpers::DotFile#exists?
- Defined in:
- lib/code_node/spec_helpers/dot_file.rb
#exists? ⇒ Boolean
Returns does the file exist?.
33 34 35 |
# File 'lib/code_node/spec_helpers/dot_file.rb', line 33 def exists? File.exists? @filename end |