class Sinatra::Browse::BrowseFormat

Public Class Methods

new(browse_routes) click to toggle source
# File lib/sinatra/browse/format.rb, line 20
def initialize(browse_routes)
  @browse_routes = browse_routes
end