class Gamefic::Props::YesOrNo
A MultipleChoice
variant that only allows Yes or No.
Public Instance Methods
Source
# File lib/gamefic/props/yes_or_no.rb, line 16 def options @options ||= %w[Yes No] end
A MultipleChoice
variant that only allows Yes or No.
# File lib/gamefic/props/yes_or_no.rb, line 16 def options @options ||= %w[Yes No] end