Sha256: 2ccb0764562725ca2809cc4cded537c1db51be90cce8f7356d3f2d01d9f40770
Contents?: true
Size: 283 Bytes
Versions: 6
Compression:
Stored size: 283 Bytes
Contents
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