Module: RubyView::DSL

Included in:
Context
Defined in:
lib/rubyview/dsl.rb

Instance Method Summary collapse

Instance Method Details

#containerObject



5
# File 'lib/rubyview/dsl.rb', line 5

def container(...); div(...); end

#headerObject



3
# File 'lib/rubyview/dsl.rb', line 3

def header(...); h1(...); end

#imageObject



6
# File 'lib/rubyview/dsl.rb', line 6

def image(...); img(...); end

#textObject



4
# File 'lib/rubyview/dsl.rb', line 4

def text(...); p(...); end