thatrubylove/fantasyhub

View on GitHub
lib/fantasyhub/events/pull_request_review_comment_event.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'fantasyhub/events'

module Fantasyhub::Events::PullRequestReviewCommentEvent
  extend self

  def score
    3
  end

end