Module: WhatTheGem::I::Callable
- Included in:
- Changes::Parser, Changes::ReleasesParser, Usage::Extractor
- Defined in:
- lib/whatthegem/i.rb
Instance Method Summary collapse
Instance Method Details
#to_proc ⇒ Object
14 15 16 |
# File 'lib/whatthegem/i.rb', line 14 def to_proc proc { |*args| call(*args) } end |