# File lib/coffee_script.rb, line 98
        def binary=(value)
          @binary = value.nil? ? nil : value.to_s
        end