# File lib/optparse.rb, line 1694 def options=(opt) unless @optparse = opt class << self undef_method(:options) undef_method(:options=) end end end