Method: FCSParse::FCSEvent#initialize
- Defined in:
- lib/fcsparse/fcsevent.rb
#initialize ⇒ FCSEvent
Returns a new instance of FCSEvent.
75 76 77 78 79 |
# File 'lib/fcsparse/fcsevent.rb', line 75 def initialize @values = Hash.new end |