Module: Throttle
- Defined in:
- lib/throttle.rb,
lib/throttle/ipfw.rb,
lib/throttle/pipe.rb,
lib/throttle/client.rb,
lib/throttle/version.rb,
lib/throttle/bandwidth.rb
Defined Under Namespace
Modules: Bandwidth, Ipfw Classes: Client, Pipe
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.new(*args) ⇒ Object
8 9 10 |
# File 'lib/throttle.rb', line 8 def self.new(*args) Throttle::Client.new(*args) end |