class GrowlGithubFeed::Main

Public Class Methods

new() click to toggle source
# File lib/growl-github-feed.rb, line 12
def initialize 
  @ggf = GrowlGithubFeed::Master.new
end

Public Instance Methods

run() click to toggle source
# File lib/growl-github-feed.rb, line 15
def run
  @ggf.run
end