module FortyTwo

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/fortytwo.rb, line 5
def self.client
  @client ||= FortyTwo::Client.new
end