104 105 106 107 108 109
# File 'lib/bivector.rb', line 104 def switch_model case model when :ang then rad_value when :rad then ang_value end end