Classes: Error
"0.1.18"
Raises:
12 13 14 15
# File 'lib/mawsitsit.rb', line 12 def self.hi(args) raise Error::Input if args.class != Integer hello(args.to_s) end