Class: Xing::DevAssets::EmptyFile

Inherits:
Object
  • Object
show all
Defined in:
lib/xing/dev-assets/empty_file.rb

Constant Summary collapse

BLANKNESS =
[ 200, {"Content-Length" => "0"}, [""]].freeze

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



6
7
8
# File 'lib/xing/dev-assets/empty_file.rb', line 6

def call(env)
  return BLANKNESS
end