Class: Sinatra::Browse::YAML
- Inherits:
-
BrowseFormat
- Object
- BrowseFormat
- Sinatra::Browse::YAML
- Defined in:
- lib/sinatra/browse/format.rb
Instance Method Summary collapse
Methods inherited from BrowseFormat
Constructor Details
This class inherits a constructor from Sinatra::Browse::BrowseFormat
Instance Method Details
#generate ⇒ Object
45 46 47 |
# File 'lib/sinatra/browse/format.rb', line 45 def generate @browse_routes.values.map { |br| br.to_hash }.to_yaml end |