Libraries
»
code_snippet
(0.3.0)
»
Index
»
CodeSnippet
»
Snip
»
#exist?
Method: CodeSnippet::Snip#exist?
Defined in:
lib/code_snippet/snip.rb
#
exist?
⇒
Boolean
Returns:
(
Boolean
)
25 26 27
# File 'lib/code_snippet/snip.rb', line 25
def
exist?
File
.
exist?
(
@path
)
end