Convenient shortcut methods.
Print object methods, sorted by name. (excluding methods that exist in the class Object) .
# File lib/wirble.rb, line 461 def po(o) o.methods.sort - Object.methods end
Print object constants, sorted by name.
# File lib/wirble.rb, line 468 def poc(o) o.constants.sort end
[Validate]
Generated with the Darkfish Rdoc Generator 2.