lib/octogate/events/issue_comment.rb in octogate-0.2.2 vs lib/octogate/events/issue_comment.rb in octogate-0.3.0
- old
+ new
@@ -7,15 +7,7 @@
coerce_key :issue, GH::Issue
coerce_key :comment, GH::IssueComment
coerce_key :repository, GH::Repository
coerce_key :sender, GH::User
-
- class << self
- def parse(json)
- payload = Oj.load(json).deep_symbolize_keys
-
- new(payload)
- end
- end
end
end