class Sound::Device::Buffer
Attributes
force[RW]
Public Instance Methods
new_block()
click to toggle source
# File lib/sound/device.rb, line 9 def new_block self.force || self.empty? || self.last.kind_of?(Thread) end