Skip to content

Instantly share code, notes, and snippets.

@headius
Created January 13, 2010 07:09
Show Gist options
  • Select an option

  • Save headius/276002 to your computer and use it in GitHub Desktop.

Select an option

Save headius/276002 to your computer and use it in GitHub Desktop.
~/projects/jruby ➔ ri -j java.lang.Object
------------------------------------------------ Class: java.lang.Object
(no description...)
------------------------------------------------------------------------
Instance methods:
-----------------
equals, getClass, hashCode, notify, notifyAll, toString, wait
~~/projects/jruby ➔ ri -j java.lang.String.split
------------------------------------------------- java.lang.String#split
split(java.lang.String,int) => java.lang.String[]
split(java.lang.String) => java.lang.String[]
------------------------------------------------------------------------
(no description...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment