Creates a file header, with the given major and minor versions.
majorversion |
Major version. |
minorversion |
Minor version. |
# File lib/origami/extensions/fdf.rb, line 57 def initialize(majorversion = 2, minorversion = 1) @majorversion, @minorversion = majorversion, minorversion end
Generated with the Darkfish Rdoc Generator 2.