Creates a safe binding with local variables for ERB
# File lib/notiffany/notifier/emacs/client.rb, line 15 def initialize(code, color, bgcolor, message) @color = color @bgcolor = bgcolor @message = message @code = code super(@code) end
# File lib/notiffany/notifier/emacs/client.rb, line 23 def result super(binding) end