module CowAuth

Constants

VERSION

Public Class Methods

moo() click to toggle source
# File lib/cow_auth.rb, line 12
def self.moo
  puts 'Moo Cow: ' + CowAuth::VERSION
  return CowAuth::User.new
end