Libraries
»
jf
(0.5.0)
»
Index
»
Jf
»
is_not_json
Method: Jf.is_not_json
Defined in:
lib/jf.rb
.
is_not_json
(path) ⇒
Object
78 79 80
# File 'lib/jf.rb', line 78
def
self
.
is_not_json
(
path
)
return
/.+.json/
!~
path
end