mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix a few YARD reference errors.
This commit is contained in:
parent
651ae068a4
commit
c363d07a48
2 changed files with 2 additions and 2 deletions
|
@ -981,7 +981,7 @@ require 'haml/version'
|
|||
#
|
||||
# Merb::Plugin.config[:haml][:format] = :html5
|
||||
#
|
||||
# ...or by passing an options hash to {Haml::Engine.new}.
|
||||
# ...or by passing an options hash to {Haml::Engine#initialize}.
|
||||
# Available options are:
|
||||
#
|
||||
# {#format-option} `:format`
|
||||
|
|
|
@ -9,7 +9,7 @@ module Sass
|
|||
# but new variables are defined locally.
|
||||
#
|
||||
# Environment also keeps track of the {Engine} options
|
||||
# so that they can be made available to {Sass::Functions}.
|
||||
# so that they can be made available to {Sass::Script::Functions}.
|
||||
class Environment
|
||||
# The enclosing environment,
|
||||
# or nil if this is the global environment.
|
||||
|
|
Loading…
Add table
Reference in a new issue