lib/sass/environment.rb in haml-edge-2.3.199 vs lib/sass/environment.rb in haml-edge-2.3.200
- old
+ new
@@ -74,10 +74,10 @@
# A list of stack frames in the mixin/include stack.
# The last element in the list is the most deeply-nested frame.
#
# @return [Array<{Symbol => Object}>] The stack frames,
- # of the form passed to \{#push}.
+ # of the form passed to \{#push\_frame}.
def stack
@stack ||= @parent.stack
end
class << self