Class: TopPred

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(toppred_out_file = nil) ⇒ TopPred

Returns a new instance of TopPred.



8
9
10
11
12
# File 'lib/toppred.rb', line 8

def initialize(toppred_out_file=nil)
  if toppred_out_file
    from_file(toppred_out_file)
  end
end

Instance Attribute Details

#hmmmmObject

Returns the value of attribute hmmmm.



6
7
8
# File 'lib/toppred.rb', line 6

def hmmmm
  @hmmmm
end

Instance Method Details

#from_file(toppred_out_file) ⇒ Object



14
15
# File 'lib/toppred.rb', line 14

def from_file(toppred_out_file)
end