Class: TypeStation::DSL

Inherits:
Object
  • Object
show all
Defined in:
lib/type_station/dsl.rb

Defined Under Namespace

Classes: Page

Class Method Summary collapse

Class Method Details

.build(name, options = {}, &block) ⇒ Object



4
5
6
# File 'lib/type_station/dsl.rb', line 4

def self.build(name, options = {}, &block)
  Page.new(name, options).call(&block)
end