Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 29, 2020 18:01
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 Whateverable/4088b5b8e7b51d94276b15500c240a5f to your computer and use it in GitHub Desktop.
Save Whateverable/4088b5b8e7b51d94276b15500c240a5f to your computer and use it in GitHub Desktop.
greppable6
augment class
File Code
HANENKAMP/Smack
…/URI.pm6 :19:
augment class Str {
JGOFF/Perl6-Parser
…/rosetta-a.t :179:
augment class Int {
JGOFF/Perl6-Parser
…/rosetta-b.t :632:
augment class Pixel { method Str { "$.R $.G $.B" } }
JGOFF/Perl6-Parser
…/rosetta-b.t :633:
augment class Bitmap {
JSTOWE/Chronic
…/Chronic.pm :425:
augment class DateTime {
MARTIMM/MongoDB
…/meta.pl6 :178:
augment class $A {
MOZNION/Backtrace-AsHTML
…/AsHTML.pm6 :8:
augment class Backtrace {
TIMOTIMO/JSON-Fast
…/07-datetime.t :10:
augment class DateTime { multi method new(Any:U){ $?CLASS } }
TIMOTIMO/JSON-Fast
…/07-datetime.t :11:
augment class Date { multi method new(Any:U){ $?CLASS } }
TYIL/Hash-Merge
…/Augment.pm6 :10:
augment class Hash
0racle/p6-wig
…/wig.pm :4:
augment class Any {
0racle/p6-wig
…/wig.pm :35:
augment class Supply {
FCO/DateTime-Extended
…/Extended.pm6 :4:
augment class Int {
FCO/SeqSplitter
…/SeqSplitter.pm6 :161:
augment class Seq {
FCO/SeqSplitter
…/SeqSplitter.pm6 :168:
augment class Any {
FCO/SupplyTimeWindow
…/SupplyTimeWindow.pm6 :2:
augment class Supply {
FCO/Test-Fuzz
…/Generators.pm6 :4:
augment class Int {
FCO/Test-Fuzz
…/Generators.pm6 :20:
augment class Str {
FCO/Test-Fuzz
…/01-generator.t :5:
augment class Int {
MARTIMM/mongo-perl6-driver
…/meta.pl6 :178:
augment class $A {
dginev/perl6-Lingua-EN-Sentence
…/Sentence.pm6 :65:
augment class Str { method sentences { return get_sentences(self); } }
drforr/perl6-Perl6-Parser
…/rosetta-a.t :179:
augment class Int {
drforr/perl6-Perl6-Parser
…/rosetta-b.t :632:
augment class Pixel { method Str { "$.R $.G $.B" } }
drforr/perl6-Perl6-Parser
…/rosetta-b.t :633:
augment class Bitmap {
labster/p6-IO-Path-More
…/More.pm :18:
augment class IO::Path {
labster/perl6-File-Find-Duplicates
…/Duplicates.pm6 :42:
augment class IO::Path {
lucasbuchala/p6pairs
…/Augment.pm :7:
augment class Pair {
masak/data-pretty
…/Pretty.pm :3:
augment class Hash {
masak/data-pretty
…/Pretty.pm :15:
augment class Array {
masak/data-pretty
…/Pretty.pm :21:
augment class List {
masak/data-pretty
…/Pretty.pm :27:
augment class Parcel {
masak/data-pretty
…/Pretty.pm :33:
augment class Sub {
masak/data-pretty
…/Pretty.pm :39:
augment class Regex {
moznion/p6-Backtrace-AsHTML
…/AsHTML.pm6 :8:
augment class Backtrace {
perl6/doc
…/typesystem.pod6 :100:
augment class Int {
perl6/doc
…/typesystem.pod6 :513:
use MONKEY; augment class Str {
perl6/doc
…/variables.pod6 :826:
augment class Int {
perl6/doc
…/Signature.pod6 :546:
augment class Str { method Date() { Date.new(self) } };
perl6/doc
…/Augment.pod6 :15:
augment class { }
perl6/doc
…/NoSuchType.pod6 :16:
augment class NoSuch { }
perl6/doc
…/NoSuchType.pod6 :21:
You tried to augment class NoSuch, but it does not exist
perl6/doc
…/WithoutMonkeyTyping.pod6 :17:
augment class Int { };
spitsh/spitsh
…/ShellElement.pm6 :15:
BEGIN augment class Str does ShellElement {
thundergnat/Rat-Precise
…/Precise.pm6 :85:
augment class Rat does Precise { };
thundergnat/Rat-Precise
…/Precise.pm6 :86:
augment class FatRat does Precise { };
thundergnat/Sort-Naturally
…/README :90:
augment class Any {
zoffixznet/perl6-Benchy
…/benchy.p6 :4:
augment class IO::Spec::Win32 {
zoffixznet/perl6-Benchy
…/01-operation.t :10:
augment class Int {}
zoffixznet/perl6-CoreHackers-Sourcery
…/Sourcery.pm6 :15:
augment class Code {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment