Skip to content

Instantly share code, notes, and snippets.

@jeshan
Created October 5, 2015 18:34
Show Gist options
  • Save jeshan/6a2d2b83e0383f999350 to your computer and use it in GitHub Desktop.
Save jeshan/6a2d2b83e0383f999350 to your computer and use it in GitHub Desktop.
// .get() because meta(String) returns an Optional<Meta>
// and since null references suck
html
.head()
.meta("charset").get()
.head()
.html(); // back to the html object reference!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment