Method: View.reply_one_two
- Defined in:
- lib/qooxview/view.rb
.reply_one_two(choice, one, two) ⇒ Object
747 748 749 750 |
# File 'lib/qooxview/view.rb', line 747 def self.reply_one_two(choice, one, two) View.reply_visible(choice, one) + View.reply_visible(!choice, two) end |