module Prestashop::Client

Public Class Methods

current() click to toggle source

Delegate to current user implementation

# File lib/prestashop/client.rb, line 15
def self.current
  Implementation.current
end