Sha256: 2a5035d726734f25c5a92998c388ec5cacdcda8f4ce42b3bcca9e043240216f7
Contents?: true
Size: 213 Bytes
Versions: 16
Compression:
Stored size: 213 Bytes
Contents
class Forwarding attr_accessor :name attr_accessor :local attr_accessor :remote attr_accessor :namespace def initialize(name,remote,local) @name=name @local=local @remote=remote end end
Version data entries
16 entries across 16 versions & 1 rubygems