class Reponaut::Application::Sorter

Attributes

count[R]
name[R]

Public Class Methods

new(pair) click to toggle source
# File lib/reponaut/sorter.rb, line 6
def initialize(pair)
  @name, @count = pair
end