Skip to content

Commit

Permalink
Merge pull request #234 from aergonaut/fix/require-delegate
Browse files Browse the repository at this point in the history
Require delegate.rb in text_message_decorator.rb
  • Loading branch information
mmozuras authored May 7, 2017
2 parents 239efe5 + a2af934 commit eb424d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pronto/formatter/text_message_decorator.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'delegate'

module Pronto
module Formatter
class TextMessageDecorator < SimpleDelegator
Expand Down

0 comments on commit eb424d0

Please sign in to comment.