bb_stats_crunch 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/bb_stats_crunch.rb +9 -0
  2. metadata +2 -2
@@ -1,6 +1,8 @@
1
1
  puts "Hello World"
2
2
  puts "Hello World"
3
+ puts "Hello World"
3
4
 
5
+ require 'csv'
4
6
  class BbStatsCrunch
5
7
  attr_accessor :name
6
8
 
@@ -12,4 +14,11 @@ class BbStatsCrunch
12
14
  "#{name} is always HAPPY!!"
13
15
  end
14
16
 
17
+ module GetStats
18
+ @stats = {}
19
+ CSV.foreach("files/GL1969.TXT") do |row|
20
+ puts row
21
+ end
15
22
  end
23
+ end
24
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jack Howland