class IO

Public Class Methods

parseArguments(args) click to toggle source
# File lib/stomach/IO.rb, line 2
def self.parseArguments(args)
    return args.length, nil
end