# File lib/ruby-vpi/runner_boot_loader.rb, line 73 73: def method_missing(*a, &b) 74: @@design.__send__(*a, &b) 75: end