module Glia

Constants

VERSION

Public Class Methods

area(code, theme = :default, &blk) click to toggle source

Your code goes here…

# File lib/glia.rb, line 11
def self.area(code, theme = :default, &blk)
  UpdateRegistry.area(code, theme, &blk)
end
layout(area, handles, options = {}) click to toggle source
# File lib/glia.rb, line 15
def self.layout(area, handles, options = {})
  Layout.new(area, handles, options)
end