Top Level Namespace

Defined Under Namespace

Classes: SSHKey

Instance Method Summary collapse

Instance Method Details

#jruby_not_implemented(msg) ⇒ Object



7
8
9
# File 'lib/sshkey.rb', line 7

def jruby_not_implemented(msg)
  raise NotImplementedError.new "jruby-openssl #{JOpenSSL::VERSION}: #{msg}" if RUBY_PLATFORM == "java"
end