class GHArchive::PublicEvent
Public Class Methods
fits?(json)
click to toggle source
# File lib/gh-archive/events.rb, line 331 def self.fits?(json) return json['type'] == "PublicEvent" end
# File lib/gh-archive/events.rb, line 331 def self.fits?(json) return json['type'] == "PublicEvent" end