CStruct: first test
This commit is contained in:
commit
2c0a76f604
7 changed files with 286 additions and 0 deletions
12
lib/logan/types/syslog.rb
Normal file
12
lib/logan/types/syslog.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'logan'
|
||||
|
||||
class Logan::Type::Syslog
|
||||
include CStruct
|
||||
def self._directives
|
||||
['a*', 0, :]
|
||||
end
|
||||
|
||||
def parse
|
||||
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue