Skip to content

Instantly share code, notes, and snippets.

@beinteractive
Created November 30, 2013 15:12
Show Gist options
  • Save beinteractive/7720250 to your computer and use it in GitHub Desktop.
Save beinteractive/7720250 to your computer and use it in GitHub Desktop.
// 俺は String に empty? が欲しいんだ
extension StringExtensions for String
{
get empty?():Boolean { length > 0 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment