diff --git a/lib/pry/commands/easter_eggs.rb b/lib/pry/commands/easter_eggs.rb index bc83feef..8939eab3 100644 --- a/lib/pry/commands/easter_eggs.rb +++ b/lib/pry/commands/easter_eggs.rb @@ -61,6 +61,28 @@ class Pry text end + command "pessoa-poem", "" do + output.puts <<-TEXT +-- +I've gone to bed with every feeling, +I've been the pimp of every emotion, +All felt sensations have bought me drinks, +I've traded glances with every motive for every act, +I've held hands with every urge to depart, +Tremendous fever of time! +Anguished furnace of emotions! +Rage, foam, the vastness that doesn't fit in my handkerchief, +The dog in heat howling in the night, +The pond from the farm going in circles around my insomnia, +The woods as they were, on our late-afternoon walks, the rose, +The indifferent tuft of hair, the moss, the pines, +The rage of not containing all this, not retaining all this, +O abstract hunger for things, impotent libido for moments, +Intellectual orgy of feeling life! + -- Fernando Pessoa +TEXT + end + command "test-ansi", "" do prev_color = Pry.color Pry.color = true