I hereby claim:
- I am b264 on github.
- I am b264 (https://keybase.io/b264) on keybase.
- I have a public key whose fingerprint is C5D1 8378 FA64 2C9A 4A7D A405 891B E1F0 BED2 762A
To claim this, I am signing this object:
| //http://stackoverflow.com/questions/15877362/declare-and-initialize-a-dictionary-in-typescript | |
| interface IDictionary { | |
| add(key: string, value: any): void; | |
| remove(key: string): void; | |
| containsKey(key: string): bool; | |
| keys(): string[]; | |
| values(): any[]; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| require 'stripe' | |
| require 'ostruct' | |
| # modified from: https://gist.github.com/jacobpatton/a68d228bf2414852d862 | |
| # | |
| # puts Stripe::Mrr.new(api_key: 'api_key').mrr | |
| # | |
| module Stripe | |
| class Mrr | |
| attr_reader :api_key |