mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Use unicode ()
This commit is contained in:
parent
c1127165f8
commit
9f48b5d7bc
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# encoding: utf8
|
||||
# encoding: utf-8
|
||||
require 'sidekiq/version'
|
||||
require 'sidekiq/logging'
|
||||
require 'sidekiq/client'
|
||||
|
@ -27,7 +27,7 @@ module Sidekiq
|
|||
:profile => false,
|
||||
}
|
||||
|
||||
def self.(╯°□°)╯︵┻━┻
|
||||
def self.❨╯°□°❩╯︵ ┻━┻
|
||||
puts "Calm down, bro"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue