class ShowArgument

Public Class Methods

value(argument) click to toggle source
# File lib/keyhit_first.rb, line 2
def self.value(argument)
  puts argument
end