Method: ShopifyAPI::Auth::FileSessionStorage#==

Defined in:
lib/shopify_api/auth/file_session_storage.rb

#==(other) ⇒ Object



51
52
53
54
55
56
57
# File 'lib/shopify_api/auth/file_session_storage.rb', line 51

def ==(other)
  if other
    @path == other.path
  else
    false
  end
end