Sha256: c3ac6a1a65b524121edabed0966101822ad489ab48d43703718d668a6630a46d

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

module LicenseFinder
  module LicenseUrl
    extend self

    def find_by_name(name)
      License.find_by_name(name.to_s).url
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
license_finder-1.0.0.0 lib/license_finder/license_url.rb
license_finder-1.0.0.0-java lib/license_finder/license_url.rb