Sha256: d170d5ab301228a1ef332ab4a9ab44aa5c1d544bcb3e87d202ec2c8f5b77cfb9
Contents?: true
Size: 201 Bytes
Versions: 1
Compression:
Stored size: 201 Bytes
Contents
module Tokamak module Representation module Links def self.extract_link_header(links) links.collect {|link| "<#{link.href}>; rel=#{link.rel}"}.join(', ') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tokamak-1.0.0.beta2 | lib/tokamak/representation/links.rb |