Sha256: a6e1a06ce9b849ab0cad795eb9b9edd47e90ed62ea36ccc9835f6c5afced0d56
Contents?: true
Size: 314 Bytes
Versions: 6
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true buoy :about do link 'about', about_path end buoy :history do pre_buoy :about link 'history', history_path end buoy :help do |is_ssl| link 'help', "#{is_ssl ? 'https' : 'http'}://example.com/help" link 'usage', "#{is_ssl ? 'https' : 'http'}://example.com/help/usage" end
Version data entries
6 entries across 6 versions & 1 rubygems