Source: show
# File sample/drb/dhasen.rb, line 25 def initialize @mutex = Mutex.new end
# File sample/drb/dhasen.rb, line 29 def sparse(str, *arg) @mutex.synchronize do Chasen.getopt(*arg) Chasen.sparse(str) end end