projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rake task to populate node_tags and current_node_tags tables with values from the...
[rails.git]
/
vendor
/
gems
/
rspec-1.1.2
/
lib
/
spec
/
extensions
/
object.rb
1
class Object
2
def args_and_options(*args)
3
options = Hash === args.last ? args.pop : {}
4
return args, options
5
end
6
7
def metaclass
8
class << self; self; end
9
end
10
end