Method: Thread#name=

Defined in:
lib/sapience/core_ext/thread.rb

#name=(name) ⇒ Object

Set the name of this thread



11
12
13
# File 'lib/sapience/core_ext/thread.rb', line 11

def name=(name)
  @name = name.to_s
end