Method: Meteor::RootElement#kaigyo_code
- Defined in:
-
lib/meteor.rb,
lib/meteor.rb
Returns newline (改行コード).
588 589 590 591 592 593 594 595 596 597 598 |
# File 'lib/meteor.rb', line 588 class RootElement < Element EMPTY = '' attr_accessor :content_type attr_accessor :kaigyo_code attr_accessor :charset attr_accessor :character_encoding #attr_accessor :document #[String] document (ドキュメント) end |