Top Level Namespace
Defined Under Namespace
Modules: Client, Logging, LoggingInjection, TCP, TcpServer
Instance Method Summary collapse
Instance Method Details
#jruby? ⇒ Boolean
4 5 6 |
# File 'lib/tcp_server/logging.rb', line 4 def jruby? defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby' && defined?(Java) end |