Skip to content

Instantly share code, notes, and snippets.

@labster
Created April 19, 2013 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save labster/5417609 to your computer and use it in GitHub Desktop.
Save labster/5417609 to your computer and use it in GitHub Desktop.
my role IO::FileTestable { }
my class IO::Handle does IO::FileTestable { }
class IO is IO::Handle { ; }
my class IO::Path is Cool does IO::FileTestable {
#also does IO::FileTestable;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment