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