Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created June 2, 2013 12:02
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 tadzik/5693435 to your computer and use it in GitHub Desktop.
Save tadzik/5693435 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin]─[~/src/nom] (nom)
└─[%]─> ack 'method fmt' src
src/core/Parcel.pm
116: method fmt($format = '%s', $separator = ' ') {
src/core/EnumMap.pm
104: method fmt($format = "%s\t\%s", $sep = "\n") {
src/core/Enum.pm
39: method fmt($format = "%s\t%s") {
src/core/Cool.pm
67: method fmt($format = '%s') {
src/core/Iterable.pm
6: method fmt($format = '%s', $separator = ' ') {
src/core/List.pm
20: method fmt($format = '%s', $separator = ' ') {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment