Module: Microjoin
- Defined in:
- lib/microjoin.rb,
lib/microjoin/version.rb,
lib/microjoin/join_respondant.rb
Defined Under Namespace
Classes: JoinRespondant
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.call(l, r) ⇒ Object
5 6 7 |
# File 'lib/microjoin.rb', line 5 def self.call(l, r) JoinRespondant.new(l, r) end |