# File lib/sass/script/functions.rb, line 1350 def if(condition, if_true, if_false) if condition.to_bool if_true else if_false end end