I hereby claim:
- I am wogan on github.
- I am wogan (https://keybase.io/wogan) on keybase.
- I have a public key ASBn4LGdU4vnPMON7PJSZqisiHB6z31cT_cyKVJ4_vMvGAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package retry | |
| import scala.concurrent.duration.{Duration, FiniteDuration} | |
| import scala.util.Random | |
| import scala.concurrent.duration._ | |
| object Backoff { | |
| val none: Backoff = _ => Duration.Zero |
| object Testcase { | |
| val bad = Option("test") getOrElse[String] "default" | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| class FormatTest { | |
| def firstMethod: String = | |
| "body" | |
| /** | |
| * Returns a string "body" | |
| * | |
| * @return "body" | |
| */ |