Libraries
»
codshit
(0.1.1)
»
Index
»
Codshit
»
Choice
»
#to_text
Method: Codshit::Choice#to_text
Defined in:
lib/codshit.rb
#
to_text
⇒
Object
24 25 26
# File 'lib/codshit.rb', line 24
def
to_text
@choices
[
rand
(
@choices
.
length
)
]
.
to_text
end