lib/rugged/tree.rb



module Rugged
  class Tree
    attr_reader :owner
    alias repo owner
  end
end