class Alopolymer2
Public Class Methods
say(txt = 'Hi!')
click to toggle source
# File lib/alopolymer2.rb, line 2 def self.say(txt = 'Hi!') puts "You said: #{txt}" end
# File lib/alopolymer2.rb, line 2 def self.say(txt = 'Hi!') puts "You said: #{txt}" end