module Schemas

Constants

VERSION

Public Class Methods

define(*args, &block) click to toggle source
# File lib/schemas.rb, line 23
def self.define(*args, &block)
  Schemas::UI::Schema.define(*args, &block)
end