comment updates
git-svn-id: file:///home/svn/framework3/trunk@6093 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
ddafdad942
commit
8850ac2d87
|
@ -3,7 +3,7 @@ module Simple
|
|||
|
||||
###
|
||||
#
|
||||
# A simplified recon wrapper.
|
||||
# A simplified auxiliary wrapper.
|
||||
#
|
||||
###
|
||||
module Auxiliary
|
||||
|
|
|
@ -14,7 +14,7 @@ module Buffer
|
|||
|
||||
#
|
||||
# Serializes a buffer to a provided format. The formats supported are raw,
|
||||
# ruby, perl, and c.
|
||||
# ruby, perl, c, js_be, js_le and java
|
||||
#
|
||||
def self.transform(buf, fmt = "ruby")
|
||||
case fmt
|
||||
|
@ -40,7 +40,7 @@ module Buffer
|
|||
|
||||
#
|
||||
# Creates a comment using the supplied format. The formats supported are
|
||||
# raw, ruby, perl, js_be, js_le, and c.
|
||||
# raw, ruby, perl, js_be, js_le, c, and java.
|
||||
#
|
||||
def self.comment(buf, fmt = "ruby")
|
||||
case fmt
|
||||
|
@ -65,4 +65,4 @@ module Buffer
|
|||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue