11 12 13 14
# File 'lib/opt_builder.rb', line 11 def self.inherited(sub) sub.single_opts = [] sub.collection_opts = [] end