Class: CommonTools

Inherits:
Object
  • Object
show all
Extended by:
SayHello
Defined in:
lib/common_tools.rb,
lib/common_tools/version.rb

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Methods included from SayHello

say_hello

Class Method Details

.parse_csv(csv_file) ⇒ Object



9
10
11
# File 'lib/common_tools.rb', line 9

def self.parse_csv(csv_file)
  Parser.build_batch(csv_file)
end