thatrubylove/fantasyhub

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

Summary

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

module Fantasyhub::Events::GollumEvent
  extend self

  def score
    1
  end

end