Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/git_explorer.rb
Overview
TODO extract to a separated gem
Instance Method Summary collapse
Instance Method Details
#>>(proc) ⇒ Object
6 7 8 |
# File 'lib/git_explorer.rb', line 6 def >>(proc) proc.(self) end |