88 89 90 91
# File 'lib/restforce/config.rb', line 88 def option(*args) option = Option.define(self, *args) (self.options ||= []) << option.name end