lib/adhearsion/voip/dsl/dialplan/thread_mixin.rb in adhearsion-0.8.3 vs lib/adhearsion/voip/dsl/dialplan/thread_mixin.rb in adhearsion-0.8.4

- old
+ new

@@ -2,14 +2,14 @@ module Adhearsion module VoIP module DSL module Dialplan module ThreadMixin - + def call @thread_call_struct ||= OpenStruct.new end - + end end end end end \ No newline at end of file