Sha256: b2960c1b8d4655657f7c6ae18f4068360c86423976b7244a543d2d9b2c3fdc98
Contents?: true
Size: 195 Bytes
Versions: 3
Compression:
Stored size: 195 Bytes
Contents
module Github module Trending class Project attr_accessor :name, :lang, :description, :star_count def to_a [@name, @lang, @star_count.to_s] end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
github-trending-0.2.2 | lib/github_trending/project.rb |
github-trending-0.2.1 | lib/github_trending/project.rb |
github-trending-0.2.0 | lib/github_trending/project.rb |