Explorar o código

Rm unnecessary options

Angus McLeod %!s(int64=6) %!d(string=hai) anos
pai
achega
bb0f3dfb3e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lib/wizard_edits.rb

+ 2 - 2
lib/wizard_edits.rb

@@ -42,7 +42,7 @@ end
   end
 
   def label
-    @label ||= PrettyText.cook(@attrs[:label], keep_emoji_images: true)
+    @label ||= PrettyText.cook(@attrs[:label])
   end
 end
 
@@ -56,7 +56,7 @@ end
   end
 
   def label
-    @label ||= PrettyText.cook(@opts[:label], keep_emoji_images: true)
+    @label ||= PrettyText.cook(@opts[:label])
   end
 end