Created
July 4, 2019 03:17
-
-
Save pompopo/1ef2b17de48e50a91aecd95bfaacf7ab to your computer and use it in GitHub Desktop.
Revisions
-
pompopo created this gist
Jul 4, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # :a: :b: :o: の箇所を好きな絵文字に置き換える。 ruby -e "puts %i(:a: :b: :o:).repeated_permutation(3).map(&:join)" | pbcopy