symlink?

symlink?() Instance Public methods See FileTest#symlink?.

key

key( keystr ) Instance Public methods

new

new(target, content=nil) Class Public methods Constructs a new Instruction @param target can be one of a number of things. If String, then the target of this instruction is set to this. If an Instruction, then the Instruction is shallowly cloned (target and content are copied). If a Source, then the source is scanned and parsed for an Instruction declaration. @param content Must be either a String, or a Parent. Can only be a Parent if the target argument is a Source. Otherwise

setscrreg

setscrreg(top, bottom) Class Public methods Set a software scrolling region in a window. top and bottom are lines numbers of the margin. If this option and Curses.scrollok are enabled, an attempt to move off the bottom margin line causes all lines in the scrolling region to scroll one line in the direction of the first line. Only the text of the window is scrolled.

current_element_configinfo

current_element_configinfo(*args) Instance Public methods

marker_before

marker_before(id, target=None) Instance Public methods

partial_collection_with_spacer_which_uses_render

partial_collection_with_spacer_which_uses_render() Instance Public methods

inch

inch() Instance Public methods Returns the character at the current position of the window.

to_mailtext

to_mailtext() Instance Public methods Returns the RFC822 e-mail text equivalent of the URL, as a String. Example: require 'uri' uri = URI.parse("mailto:ruby-list@ruby-lang.org?Subject=subscribe&cc=myaddr") uri.to_mailtext # => "To: ruby-list@ruby-lang.org\nSubject: subscribe\nCc: myaddr\n\n\n" to_rfc822text

new

new( first, whitespace=true, parent=nil ) Class Public methods Constructor. CData is data between <![CDATA[ ... ]]> Examples CData.new( source ) CData.new( "Here is some CDATA" ) CData.new( "Some unprocessed data", respect_whitespace_TF, parent_element )