Skip to content

Instantly share code, notes, and snippets.

View johnpitchko's full-sized avatar
🏠
Working from home

John Pitchko johnpitchko

🏠
Working from home
  • Chord Commerce
  • Calgary, AB, Canada
  • 04:45 (UTC -06:00)
  • LinkedIn in/johnpitchko
View GitHub Profile
@johnpitchko
johnpitchko / api_wrapper.rb
Created September 5, 2024 21:20 — forked from zacheryph/api_wrapper.rb
api_wrapper.rb
# just for this example to work
class BigCommerce
def woot(...)
puts "woot"
end
class System
def time(*args, **kwargs)
puts "time: #{args} #{kwargs}"
end