25 26 27
# File 'lib/commission.rb', line 25 def option_entry contracts.zero? ? 0 : 8_50 + (contracts * 15) end