perforation_invoke

perforation_invoke(index=nil) Instance Public methods

_merge_tklist

_merge_tklist(*args) Class Public methods

bind_append

bind_append(context, *args) Instance Public methods def #bind_append(*args) unless @widget begin @widget = window(tk_call(@master, 'component', @component)) @path = @widget.path rescue fail RuntimeError, 'component is not assigned to a widget' end end @widget.bind_append(*args) end

destroy!

destroy!() Instance Public methods Deletes the record in the database and freezes this instance to reflect that no changes should be made (since they can't be persisted). There's a series of callbacks associated with destroy!. If the before_destroy callback return false the action is cancelled and destroy! raises ActiveRecord::RecordNotDestroyed. See ActiveRecord::Callbacks for further details.

serializable_hash

serializable_hash(options = nil) Instance Public methods Returns a serialized hash of your object. class Person include ActiveModel::Serialization attr_accessor :name, :age def attributes {'name' => nil, 'age' => nil} end def capitalized_name name.capitalize end end person = Person.new person.name = 'bob' person.age = 22 person.serializable_hash # => {"name"=>"bob", "age"=>22} person.serializable_hash(only: :name) # => {"n

item_element_cget_tkstring

item_element_cget_tkstring(item, column, elem, option) Instance Public methods

-

-(item) Instance Public methods

hstore_to_string

hstore_to_string(object, array_member = false) Instance Public methods

extract

extract(str, schemes = nil, &block) Class Public methods Synopsis URI::extract(str[, schemes][,&blk]) Args str String to extract URIs from. schemes Limit URI matching to a specific schemes. Description Extracts URIs from a string. If block given, iterates through all matched URIs. Returns nil if block given or array with matches. Usage require "uri" URI.extract("text here http://foo.example.org/bla and here mailto:test@example.com and here also.") # => ["http:

init_ip_internal

init_ip_internal() Class Public methods