module Month::Serializer

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/month/serializer.rb, line 8
def self.included(base)
  base.extend ClassMethods
end