module EzClient
Constants
- VERSION
Public Class Methods
get_time()
click to toggle source
# File lib/ezclient.rb, line 19 def self.get_time Process.clock_gettime(Process::CLOCK_MONOTONIC) end
new(*args)
click to toggle source
# File lib/ezclient.rb, line 15 def self.new(*args) Client.new(*args) end