lib/github_api/activity/events.rb in github_api-0.8.11 vs lib/github_api/activity/events.rb in github_api-0.9.0

- old
+ new

@@ -1,14 +1,9 @@ # encoding: utf-8 module Github class Activity::Events < API - # Creates new Activity::Events API - def initialize(options = {}) - super(options) - end - # List all public events # # = Examples # github = Github.new # github.activity.events.public