Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
subst_attr / lib / subst_attr / attribute.rb
Size: Mime:
module SubstAttr
  module Attribute
    def self.define(target_class, attr_name, interface=nil)
      ::Attribute::Define.(target_class, attr_name, :accessor) do
        Substitute.build interface
      end
    end
  end
end