module Lexicorn

Constants

VERSION

Public Instance Methods

new(api_key) click to toggle source

Instead of Lexicorn::Client.new, you could do: Lexicorn.new which is less verbose

# File lib/lexicorn/client.rb, line 24
def new(api_key)
  Client.new(api_key)
end