Last active
December 15, 2015 12:48
-
-
Save jandudulski/5262337 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-# taka pierda, że aż funkcje jakąś trzeba wywołać /facepalm | |
= surround '(', ')' do | |
= value | |
-# ja pierdole, jak to ssie | |
= "(#{value})" | |
-# nawet nie wiem czy to zadziała, bo się pewnie na parsowaniu wyjebie | |
> ( | |
>= value | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/! Piękne nie jest, ale chociaż spójne | |
| ( | |
= value | |
| ) | |
/! Ewentualnie brzydactwo podobnie jak w hamlu | |
| (#{value}) | |
= "(#{value})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment