<mariuszcwikla[m]>
headius: I've just updated my PR in jruby-openssl with the fix for long names. Looks good to me now.
ur5us has quit [Ping timeout: 264 seconds]
_whitelogger has joined #jruby
_whitelogger has joined #jruby
subbu is now known as subbu|away
<headius[m]>
Ok great
subbu|away is now known as subbu
<boc_tothefuture[>
Hey headius what happens to elements that are added to JRuby in JSR233 with ScriptEngine.put method? I dont' see where they get scoped? I dont' see them as local_variables, instance_variables or global_variables when I print those thigns?
<headius[m]>
Well clearly the File value becomes a Ruby constant...outside of that I would have to check
<headius[m]>
They may go into local variables or global variables but not be reflected by the methods that return those
<boc_tothefuture[>
Ok.. so it does go into local and constants I guess based on capitlization
<boc_tothefuture[>
* Ok.. so it does go into local and constants I guess based on capitalization