# File lib/ruote/exp/fe_set.rb, line 127 def set_v (key, value) if name == 'unset' unset_variable(key) else set_variable(key, value) end end