class Albacore::Tools::MatchedRef
a tuple of a package and a ref
Attributes
package[RW]
ref[RW]
Public Class Methods
new(package, ref)
click to toggle source
# File lib/albacore/tools/restore_hint_paths.rb, line 15 def initialize package, ref @package, @ref = package, ref end