premature start on the salama object files, just for reading the compiled code
This commit is contained in:
13
lib/sof/occurence.rb
Normal file
13
lib/sof/occurence.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
module Sof
|
||||
|
||||
class Occurence
|
||||
def initialize object , level , number
|
||||
@number = number
|
||||
@object = object
|
||||
@level = level
|
||||
end
|
||||
attr_reader :object , :number
|
||||
attr_accessor :level
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user