Skip to content

Commit

Permalink
Constructors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doppp committed Mar 29, 2013
1 parent 69204df commit 303dfc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/paxmex/epraw_parser.rb
@@ -1,3 +1,7 @@
class Paxmex::EprawParser
attr_accessor :path

def initialize(file_path)
@path = file_path
end
end
4 changes: 4 additions & 0 deletions lib/paxmex/eptrn_parser.rb
@@ -1,3 +1,7 @@
class Paxmex::EptrnParser
attr_accessor :path

def initialize(file_path)
@path = file_path
end
end

0 comments on commit 303dfc1

Please sign in to comment.