Method: Engine2::TypeInfo#depends_on

Defined in:
lib/engine2/type_info.rb

#depends_on(what, *on) ⇒ Object



36
37
38
39
40
# File 'lib/engine2/type_info.rb', line 36

def depends_on what, *on
    modify_field what do |info|
        (info[:depends] ||= []).concat(on)
    end
end