Method: Kiss::StaticFile#initialize
- Defined in:
- lib/kiss/static_file.rb
#initialize(path, options = {}) ⇒ StaticFile
Returns a new instance of StaticFile.
3 4 5 6 |
# File 'lib/kiss/static_file.rb', line 3 def initialize(path, = {}) @_path = path @_options = end |