getgrgid

getgrgid(group_id) â Group Class Public methods Returns information about the group with specified integer group_id, as found in /etc/group. The information is returned as a Group struct. See the unix manpage for getgrgid(3) for more detail. Example: Etc.getgrgid(100) #=> #<struct Struct::Group name="users", passwd="x", gid=100, mem=["meta", "root"]>

indent!

indent!(amount, indent_string=nil, indent_empty_lines=false) Instance Public methods Same as indent, except it indents the receiver in-place. Returns the indented string, or nil if there was nothing to indent.

new

OpenSSL::PKey::EC::Group.new("secp112r1")OpenSSL::PKey::EC::Group.new(ec_group)OpenSSL::PKey::EC::Group.new(pem_string)OpenSSL::PKey::EC::Group.new(der_string)OpenSSL::PKey::EC::Group.new(pem_file)OpenSSL::PKey::EC::Group.new(der_file)OpenSSL::PKey::EC::Group.new(:GFp_simple)OpenSSL::PKey::EC::Group.new(:GFp_mult)OpenSSL::PKey::EC::Group.new(:GFp_nist)OpenSSL::PKey::EC::Group.new(:GF2m_simple)OpenSSL::PKey::EC::Group.new(:GFp, bignum_p, bignum_a, bignum_b)OpenSSL::PKey::EC::Group.new(:GF2m,

expand_ref_in

expand_ref_in( arry, ind ) Instance Protected methods

add

add(keys={}) Instance Public methods

configure

configure(key, val=None) Instance Public methods def cget(key) case key.to_s when 'text', 'label', 'show', 'data', 'file' _fromUTF8(tk_call_without_enc(@t.path, 'tag', 'cget', @id, "-#{key}")) when 'font', 'kanjifont' #fnt = tk_tcl2ruby(tk_call(@t.path, 'tag', 'cget', @id, "-#{key}")) fnt = tk_tcl2ruby(_fromUTF8(tk_call_without_enc(@t.path, 'tag', 'cget', @id, '-font'))) unless fnt.kind_of?(TkFont) fnt = tagfontobj(@id,

new

new(src, filename = '-', lineno = 1) Class Public methods Creates a new Ripper::Filter instance, passes parameters src, filename, and lineno to Ripper::Lexer.new The lexer is for internal use only.

pack

pack(ary) Instance Public methods

default_load_limit

default_load_limit(sz) Class Public methods Set the default value for the :load_limit option. See new(). The initial default value is 25 MB.

callback

callback(id, name1, name2, op) Class Public methods def ::callback