Download and run on a fresh install of macOS
curl -fsS https://gist.githubusercontent.com/molawson/8f6b40f5e96218c0a0880616c81bf41d/raw/setup.sh
sh setup.sh| class Thing | |
| attr_reader :name, :type | |
| def initialize(name, type) | |
| @name = name | |
| @type = type | |
| end | |
| def deconstruct_keys(_keys) | |
| { name:, type: } |
| class DefinitelyNotHash | |
| def initialize(val) | |
| @val = val | |
| end | |
| end | |
| class HashIsh | |
| def initialize(val) | |
| @val = val | |
| end |
| require "bundler/inline" | |
| gemfile do | |
| source "https://rubygems.org" | |
| gem "repeatable" | |
| end | |
| Schedule = Repeatable::Schedule | |
| module ScheduleHelpers |
Download and run on a fresh install of macOS
curl -fsS https://gist.githubusercontent.com/molawson/8f6b40f5e96218c0a0880616c81bf41d/raw/setup.sh
sh setup.shI hereby claim:
To claim this, I am signing this object: