# File lib/js_routes/engine.rb, line 3
  def initialize(filename, &block)
    @filename = filename
    @source   = block.call
  end