ruby - two-fer
This commit is contained in:
5
ruby/two-fer/two_fer.rb
Normal file
5
ruby/two-fer/two_fer.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module TwoFer
|
||||
def self.two_fer(name = 'you')
|
||||
"One for #{name}, one for me."
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user