module Rack::LTI
Constants
- VERSION
Public Class Methods
new(*args, &block)
click to toggle source
# File lib/rack/lti.rb, line 7 def self.new(*args, &block) Middleware.new(*args, &block) end
# File lib/rack/lti.rb, line 7 def self.new(*args, &block) Middleware.new(*args, &block) end