mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
pessoa poem added. because i want to, and i can
This commit is contained in:
parent
2edb9ae89a
commit
ab2e78620f
1 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue