Skip to content

Instantly share code, notes, and snippets.

@ar-android
Last active April 8, 2018 02:34
Show Gist options
  • Save ar-android/a338ad95c9b5293d33ff636e2499486a to your computer and use it in GitHub Desktop.
Save ar-android/a338ad95c9b5293d33ff636e2499486a to your computer and use it in GitHub Desktop.
fun weather(block: WeatherBuilder.() -> Unit): Weather = WeatherBuilder().apply(block).build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment