"Ruby 형용사 명사 생성기"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;spicy-proton <syntaxhighlight lang='ruby' run> require 'spicy-proton' puts Spicy::Proton.pair </syntaxhighlight> ==참고== * https://github.com/schmich/s...)
 
7번째 줄: 7번째 줄:


puts Spicy::Proton.pair
puts Spicy::Proton.pair
# => "decadent-inquisition"
</syntaxhighlight>
</syntaxhighlight>



2024년 5월 11일 (토) 12:40 판

1 개요

spicy-proton
Ruby
Copy
require 'spicy-proton'

puts Spicy::Proton.pair
# => "decadent-inquisition"
Loading

2 참고