Class: Awestruct::Handlers::TiltMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/awestruct/handlers/tilt_handler.rb

Instance Method Summary collapse

Instance Method Details

#match(path) ⇒ Object



15
16
17
# File 'lib/awestruct/handlers/tilt_handler.rb', line 15

def match(path)
  !Tilt[path].nil?
end