Skip to content

Instantly share code, notes, and snippets.

@leedo
Created May 7, 2014 15:11
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 leedo/5b90563535cd6dd3d295 to your computer and use it in GitHub Desktop.
Save leedo/5b90563535cd6dd3d295 to your computer and use it in GitHub Desktop.
> @a.perl
Array.new([Bool::True, Bool::False])
> @a.flat.perl
Array.new([Bool::True, Bool::False])
> @a.list.perl
Array.new([Bool::True, Bool::False])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment