class Authql

Public Class Methods

hi() click to toggle source
# File lib/authql.rb, line 2
def self.hi
  puts "hello"
end