Class: TypeStation::DSL
- Inherits:
-
Object
- Object
- TypeStation::DSL
- 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, = {}, &block) Page.new(name, ).call(&block) end |