From d8f41b5ca07ea9d87c37f321e4cc5ff4a163e9dc Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 18 Oct 2017 12:20:28 +1300 Subject: [PATCH] Use ! to indicate the method changes class variables --- lib/haml/filters/growstuff_markdown.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/haml/filters/growstuff_markdown.rb b/lib/haml/filters/growstuff_markdown.rb index b40c30d9f..9076eda92 100644 --- a/lib/haml/filters/growstuff_markdown.rb +++ b/lib/haml/filters/growstuff_markdown.rb @@ -6,8 +6,8 @@ module Haml::Filters def render(text) @expanded = text - expand_crops - expand_members + expand_crops! + expand_members! BlueCloth.new(@expanded).to_html end @@ -19,7 +19,7 @@ module Haml::Filters MEMBER_ESCAPE_AT_REGEX = /(?