Class: Epic::Validator::Stylesheet

Inherits:
Base
  • Object
show all
Defined in:
lib/epic/validator/stylesheet.rb

Instance Attribute Summary

Attributes inherited from Base

#errors, #path

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Errors

#display_errors, #errors, #valid?

Methods inherited from Base

#base_path, #configuration, configuration, configure, #display_path, #tmp_path

Constructor Details

This class inherits a constructor from Epic::Validator::Base

Instance Method Details

#validate(path = nil) ⇒ Object



4
5
6
# File 'lib/epic/validator/stylesheet.rb', line 4

def validate(path=nil)
  true
end