Method: Attributor::Type::ClassMethods#generate_subcontext
- Defined in:
- lib/attributor/type.rb
#generate_subcontext(context, subname) ⇒ Object
143 144 145 |
# File 'lib/attributor/type.rb', line 143 def generate_subcontext(context, subname) context + [subname] end |