Class: Sinatra::Browse::YAML

Inherits:
BrowseFormat show all
Defined in:
lib/sinatra/browse/format.rb

Instance Method Summary collapse

Methods inherited from BrowseFormat

#initialize

Constructor Details

This class inherits a constructor from Sinatra::Browse::BrowseFormat

Instance Method Details

#generateObject



46
47
48
# File 'lib/sinatra/browse/format.rb', line 46

def generate
  @browse_routes.values.map { |br| br.to_hash(noprocs: true) }.to_yaml
end