Sha256: d5978b8dc3151d051d68f217f409411911a7ba7dce10efa28075843a137544ad
Contents?: true
Size: 243 Bytes
Versions: 64
Compression:
Stored size: 243 Bytes
Contents
# encoding: utf-8 require 'fedux_org_stdlib/version_management/ruby_library' module FeduxOrgStdlib module VersionManagement class LibraryBuilder def build_from( *args ) RubyLibrary.new( *args ) end end end end
Version data entries
64 entries across 64 versions & 1 rubygems