class Hubba::Github::Repos
Public Instance Methods
names()
click to toggle source
# File lib/hubba/github.rb, line 17 def names ## sort by name data.map { |item| item['name'] }.sort end
# File lib/hubba/github.rb, line 17 def names ## sort by name data.map { |item| item['name'] }.sort end