module Url2png::Plus

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/url2png/plus.rb, line 26
def self.client
  @_client ||= Client.new
end
config() { |client| ... } click to toggle source
# File lib/url2png/plus.rb, line 30
def self.config
  yield client
end