Class: IO

Inherits:
Object
  • Object
show all
Defined in:
lib/stomach/IO.rb

Class Method Summary collapse

Class Method Details

.parseArguments(args) ⇒ Object



2
3
4
# File 'lib/stomach/IO.rb', line 2

def self.parseArguments(args)
    return args.length, nil
end