PHP 8.2.31
Preview: commentdef.rb Size: 606 B
/proc/thread-self/root/opt/alt/ruby18/lib64/ruby/1.8/xsd/codegen/commentdef.rb

# XSD4R - Generating comment definition code
# Copyright (C) 2004  NAKAMURA, Hiroshi <nahi@ruby-lang.org>.

# This program is copyrighted free software by NAKAMURA, Hiroshi.  You can
# redistribute it and/or modify it under the same terms of Ruby's license;
# either the dual license version in 2003, or any later version.


require 'xsd/codegen/gensupport'


module XSD
module CodeGen


module CommentDef
  include GenSupport

  attr_accessor :comment

private

  def dump_comment
    if /\A#/ =~ @comment
      format(@comment)
    else
      format(@comment).gsub(/^/, '# ')
    end
  end
end


end
end

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
4.29 KB lrw-r--r-- 2007-02-12 23:01:19
Edit Download
606 B lrw-r--r-- 2007-02-12 23:01:19
Edit Download
2.84 KB lrw-r--r-- 2007-02-12 23:01:19
Edit Download
1.20 KB lrw-r--r-- 2007-02-12 23:01:19
Edit Download
3.91 KB lrw-r--r-- 2007-02-12 23:01:19
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).