Skip to content

Instantly share code, notes, and snippets.

@drewkerrigan
Created September 5, 2013 00:35
Show Gist options
  • Save drewkerrigan/6444599 to your computer and use it in GitHub Desktop.
Save drewkerrigan/6444599 to your computer and use it in GitHub Desktop.
add_index method
def add_index(index, value)
@robject.indexes[index] << value
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment