to_der

session.to_der â aString Instance Public methods Returns an ASN1 encoded String that contains the Session object.

method_missing

method_missing(cmd, *arg) Instance Public methods

cget_tkstring

cget_tkstring(option) Instance Public methods

grep

enum.grep(pattern) â arrayenum.grep(pattern) { |obj| block } â array Instance Public methods Returns an array of every element in enum for which Pattern === element. If the optional block is supplied, each matching element is passed to it, and the block's result is stored in the output array. (1..100).grep 38..44 #=> [38, 39, 40, 41, 42, 43, 44] c = IO.constants c.grep(/SEEK/) #=> [:SEEK_SET, :SEEK_CUR, :SEEK_END] res = c.grep(/SEEK/) { |v| IO.con

open_recurse

open_recurse(*tags) Instance Public methods

standard_rake_options

standard_rake_options() Instance Public methods A list of all the standard options used in rake, suitable for passing to OptionParser.

clear_action_methods!

clear_action_methods!() Class Public methods ::action_methods are cached and there is sometimes need to refresh them. clear_action_methods! allows you to do that, so next time you run ::action_methods, they will be recalculated

get_string

get_string() Instance Public methods def command(cmd = Proc.new, args = nil) if cmd.kind_of?(CalendarCommand) configure('command', cmd) elsif args configure('command', [cmd, args]) else configure('command', cmd) end end #################################### get

scrollbarwidth

scrollbarwidth(width) Instance Public methods Alias for: set_scrollbarwidth

isolate_namespace

isolate_namespace(mod) Instance Public methods Sends the isolate_namespace method up to the class method.