module Sorcery::Core

Public Class Methods

hello_world() click to toggle source
# File lib/sorcery-core.rb, line 5
def self.hello_world
  "Hello from sorcery-core v#{Sorcery::VERSION::STRING}"
end