module TingYun::Frameworks

Public Class Methods

framework() click to toggle source
# File lib/ting_yun/frameworks.rb, line 10
def self.framework
  Framework.instance
end
init_start(options={}) click to toggle source
# File lib/ting_yun/frameworks.rb, line 14
def self.init_start(options={})
  framework.init_plugin(options)
end