class Phew::ScriptList
Drop-down list of available scripts.
Public Instance Methods
fill()
click to toggle source
FIXME: Should be able to fill inside initialize
# File lib/phew/script_list.rb, line 10 def fill Pango::Script::Enum.symbols .map(&:to_s) .each { |str| append str, str } end