RuntimeError
Will be raised by SASL.new_mechanism if mechanism passed to the constructor is not known.
# File lib/sasl/base.rb, line 32 def initialize(mechanism) @mechanism = mechanism end
# File lib/sasl/base.rb, line 36 def to_s "Unknown mechanism: #{@mechanism.inspect}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.