# File lib/staticmatic/server.rb, line 3 def initialize(staticmatic, default = nil) @files = default || Rack::File.new(staticmatic.site_dir) @staticmatic = staticmatic end