# encoding: utf-8 require 'ting_yun/frameworks/ruby' module TingYun module Frameworks class External < TingYun::Frameworks::Ruby def init_config(options={}) super end end end end