Class: LivingStyleGuide::TiltTemplate

Inherits:
Tilt::Template
  • Object
show all
Defined in:
lib/livingstyleguide/tilt_template.rb

Instance Method Summary collapse

Instance Method Details

#evaluate(scope, _) ⇒ Object



13
14
15
16
17
# File 'lib/livingstyleguide/tilt_template.rb', line 13

def evaluate(scope, _)
  @scope = scope
  parse_options(data)
  render_living_style_guide
end

#prepareObject



10
11
# File 'lib/livingstyleguide/tilt_template.rb', line 10

def prepare
end