class Object

Constants

ButtonPack
EntryPack
Frame1Pack
FramePack
LabelPack

Public Instance Methods

do_compile( i = $ent_host ) click to toggle source
#

do_compile

#
# File lib/rbt/gui/tk/compile.rb, line 81
def do_compile(
    i = $ent_host
  )
  Thread.new {
    ::RBT::Compile.new(i.get)
  }
end
packing(padx, pady, side = "left", anchor = "n") click to toggle source
# File lib/rbt/gui/tk/compile.rb, line 8
def packing(padx, pady, side = "left", anchor = "n")
  { padx: padx, pady: pady, side: side, anchor: anchor }
end
run_some_tests() click to toggle source
#

run_some_tests

#
# File lib/rbt/utility_scripts/check_for_available_versions.rb, line 250
def run_some_tests
  e 'Some tests next:'
  e _.position_at '-1'
  e _.position_at '-2'
  e _.position_at '-3'
  e _.position_at 'v1'
  e _.position_at 'v2'
  e _.position_at '3'
  e _.position_at 'vlatest'
  e _.position_at 'vnewest' # Show the newest entry.
end
test_this_file() click to toggle source
#

test_this_file

#
# File lib/rbt/cookbooks/search_for_tags/search_for_tags.rb, line 748
def test_this_file
  RBT.search_for_tags('video audio WITH_URL')
  RBT.search_for_tags('gnome video WITH_URL')
end