From c4fdfabcc8ea3f6186d1560f7756211fce125be3 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 16 Dec 2015 05:31:54 +0000 Subject: handle ext/ as r53141 g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&# frozen_string_literal: false\n");f.rewind;f.write s}}' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/array/resize/extconf.rb | 1 + ext/-test-/bignum/extconf.rb | 1 + ext/-test-/bug-3571/extconf.rb | 1 + ext/-test-/bug-5832/extconf.rb | 1 + ext/-test-/bug_reporter/extconf.rb | 1 + ext/-test-/class/extconf.rb | 1 + ext/-test-/debug/extconf.rb | 1 + ext/-test-/dln/empty/extconf.rb | 1 + ext/-test-/exception/extconf.rb | 1 + ext/-test-/fatal/extconf.rb | 1 + ext/-test-/file/extconf.rb | 1 + ext/-test-/float/extconf.rb | 1 + ext/-test-/funcall/extconf.rb | 1 + ext/-test-/gvl/call_without_gvl/extconf.rb | 1 + ext/-test-/hash/extconf.rb | 1 + ext/-test-/iseq_load/extconf.rb | 1 + ext/-test-/iter/extconf.rb | 1 + ext/-test-/load/dot.dot/extconf.rb | 1 + ext/-test-/marshal/compat/extconf.rb | 1 + ext/-test-/marshal/internal_ivar/extconf.rb | 1 + ext/-test-/marshal/usr/extconf.rb | 1 + ext/-test-/method/extconf.rb | 1 + ext/-test-/notimplement/extconf.rb | 1 + ext/-test-/num2int/extconf.rb | 1 + ext/-test-/path_to_class/extconf.rb | 1 + ext/-test-/popen_deadlock/extconf.rb | 1 + ext/-test-/postponed_job/extconf.rb | 1 + ext/-test-/printf/extconf.rb | 1 + ext/-test-/proc/extconf.rb | 1 + ext/-test-/rational/extconf.rb | 1 + ext/-test-/recursion/extconf.rb | 1 + ext/-test-/st/foreach/extconf.rb | 1 + ext/-test-/st/numhash/extconf.rb | 1 + ext/-test-/st/update/extconf.rb | 1 + ext/-test-/string/extconf.rb | 1 + ext/-test-/struct/extconf.rb | 1 + ext/-test-/symbol/extconf.rb | 1 + ext/-test-/time/extconf.rb | 1 + ext/-test-/tracepoint/extconf.rb | 1 + ext/-test-/typeddata/extconf.rb | 1 + ext/-test-/wait_for_single_fd/extconf.rb | 1 + ext/-test-/win32/console/extconf.rb | 1 + ext/-test-/win32/dln/extconf.rb | 1 + ext/-test-/win32/fd_setsize/extconf.rb | 1 + ext/bigdecimal/extconf.rb | 1 + ext/bigdecimal/lib/bigdecimal/jacobian.rb | 1 + ext/bigdecimal/lib/bigdecimal/ludcmp.rb | 1 + ext/bigdecimal/lib/bigdecimal/math.rb | 1 + ext/bigdecimal/lib/bigdecimal/newton.rb | 1 + ext/bigdecimal/lib/bigdecimal/util.rb | 1 + ext/bigdecimal/sample/linear.rb | 1 + ext/bigdecimal/sample/nlsolve.rb | 1 + ext/bigdecimal/sample/pi.rb | 1 + ext/continuation/extconf.rb | 1 + ext/coverage/extconf.rb | 1 + ext/date/extconf.rb | 1 + ext/date/lib/date.rb | 1 + ext/dbm/extconf.rb | 1 + ext/digest/bubblebabble/extconf.rb | 1 + ext/digest/digest_conf.rb | 1 + ext/digest/extconf.rb | 1 + ext/digest/lib/digest.rb | 1 + ext/digest/md5/extconf.rb | 1 + ext/digest/rmd160/extconf.rb | 1 + ext/digest/sha1/extconf.rb | 1 + ext/digest/sha2/extconf.rb | 1 + ext/digest/sha2/lib/sha2.rb | 1 + ext/etc/extconf.rb | 1 + ext/etc/mkconstants.rb | 1 + ext/extmk.rb | 1 + ext/fcntl/extconf.rb | 1 + ext/fiber/extconf.rb | 1 + ext/fiddle/extconf.rb | 1 + ext/fiddle/lib/fiddle.rb | 1 + ext/fiddle/lib/fiddle/closure.rb | 1 + ext/fiddle/lib/fiddle/cparser.rb | 1 + ext/fiddle/lib/fiddle/function.rb | 1 + ext/fiddle/lib/fiddle/import.rb | 1 + ext/fiddle/lib/fiddle/pack.rb | 1 + ext/fiddle/lib/fiddle/struct.rb | 1 + ext/fiddle/lib/fiddle/types.rb | 1 + ext/fiddle/lib/fiddle/value.rb | 1 + ext/fiddle/win32/libffi-config.rb | 1 + ext/gdbm/extconf.rb | 1 + ext/io/console/extconf.rb | 1 + ext/io/console/lib/console/size.rb | 1 + ext/io/nonblock/extconf.rb | 1 + ext/io/wait/extconf.rb | 1 + ext/json/extconf.rb | 1 + ext/json/generator/extconf.rb | 1 + ext/json/lib/json.rb | 1 + ext/json/lib/json/add/bigdecimal.rb | 1 + ext/json/lib/json/add/complex.rb | 1 + ext/json/lib/json/add/core.rb | 1 + ext/json/lib/json/add/date.rb | 1 + ext/json/lib/json/add/date_time.rb | 1 + ext/json/lib/json/add/exception.rb | 1 + ext/json/lib/json/add/ostruct.rb | 1 + ext/json/lib/json/add/range.rb | 1 + ext/json/lib/json/add/rational.rb | 1 + ext/json/lib/json/add/regexp.rb | 1 + ext/json/lib/json/add/struct.rb | 1 + ext/json/lib/json/add/symbol.rb | 1 + ext/json/lib/json/add/time.rb | 1 + ext/json/lib/json/common.rb | 1 + ext/json/lib/json/ext.rb | 1 + ext/json/lib/json/generic_object.rb | 1 + ext/json/lib/json/version.rb | 1 + ext/json/parser/extconf.rb | 1 + ext/mathn/complex/extconf.rb | 1 + ext/mathn/rational/extconf.rb | 1 + ext/nkf/extconf.rb | 1 + ext/nkf/lib/kconv.rb | 1 + ext/objspace/extconf.rb | 1 + ext/openssl/deprecation.rb | 1 + ext/openssl/extconf.rb | 1 + ext/openssl/lib/openssl.rb | 1 + ext/openssl/lib/openssl/bn.rb | 1 + ext/openssl/lib/openssl/buffering.rb | 1 + ext/openssl/lib/openssl/cipher.rb | 1 + ext/openssl/lib/openssl/config.rb | 1 + ext/openssl/lib/openssl/digest.rb | 1 + ext/openssl/lib/openssl/pkey.rb | 1 + ext/openssl/lib/openssl/ssl.rb | 1 + ext/openssl/lib/openssl/x509.rb | 1 + ext/pathname/extconf.rb | 1 + ext/psych/extconf.rb | 1 + ext/psych/lib/psych.rb | 1 + ext/psych/lib/psych/class_loader.rb | 1 + ext/psych/lib/psych/coder.rb | 1 + ext/psych/lib/psych/core_ext.rb | 1 + ext/psych/lib/psych/deprecated.rb | 1 + ext/psych/lib/psych/exception.rb | 1 + ext/psych/lib/psych/handler.rb | 1 + ext/psych/lib/psych/handlers/document_stream.rb | 1 + ext/psych/lib/psych/handlers/recorder.rb | 1 + ext/psych/lib/psych/json/ruby_events.rb | 1 + ext/psych/lib/psych/json/stream.rb | 1 + ext/psych/lib/psych/json/tree_builder.rb | 1 + ext/psych/lib/psych/json/yaml_events.rb | 1 + ext/psych/lib/psych/nodes.rb | 1 + ext/psych/lib/psych/nodes/alias.rb | 1 + ext/psych/lib/psych/nodes/document.rb | 1 + ext/psych/lib/psych/nodes/mapping.rb | 1 + ext/psych/lib/psych/nodes/node.rb | 1 + ext/psych/lib/psych/nodes/scalar.rb | 1 + ext/psych/lib/psych/nodes/sequence.rb | 1 + ext/psych/lib/psych/nodes/stream.rb | 1 + ext/psych/lib/psych/omap.rb | 1 + ext/psych/lib/psych/parser.rb | 1 + ext/psych/lib/psych/scalar_scanner.rb | 1 + ext/psych/lib/psych/set.rb | 1 + ext/psych/lib/psych/stream.rb | 1 + ext/psych/lib/psych/streaming.rb | 1 + ext/psych/lib/psych/syntax_error.rb | 1 + ext/psych/lib/psych/tree_builder.rb | 1 + ext/psych/lib/psych/versions.rb | 1 + ext/psych/lib/psych/visitors.rb | 1 + ext/psych/lib/psych/visitors/depth_first.rb | 1 + ext/psych/lib/psych/visitors/emitter.rb | 1 + ext/psych/lib/psych/visitors/json_tree.rb | 1 + ext/psych/lib/psych/visitors/to_ruby.rb | 1 + ext/psych/lib/psych/visitors/visitor.rb | 1 + ext/psych/lib/psych/visitors/yaml_tree.rb | 1 + ext/psych/lib/psych/y.rb | 1 + ext/psych/lib/psych_jars.rb | 1 + ext/pty/extconf.rb | 1 + ext/pty/lib/expect.rb | 1 + ext/racc/cparse/extconf.rb | 1 + ext/rbconfig/sizeof/extconf.rb | 1 + ext/readline/extconf.rb | 1 + ext/ripper/extconf.rb | 1 + ext/ripper/lib/ripper.rb | 1 + ext/ripper/lib/ripper/core.rb | 1 + ext/ripper/lib/ripper/filter.rb | 1 + ext/ripper/lib/ripper/lexer.rb | 1 + ext/ripper/lib/ripper/sexp.rb | 1 + ext/ripper/tools/generate-param-macros.rb | 1 + ext/ripper/tools/generate.rb | 1 + ext/ripper/tools/preproc.rb | 1 + ext/ripper/tools/strip.rb | 1 + ext/sdbm/extconf.rb | 1 + ext/socket/extconf.rb | 1 + ext/socket/mkconstants.rb | 1 + ext/stringio/extconf.rb | 1 + ext/strscan/extconf.rb | 1 + ext/syslog/extconf.rb | 1 + ext/syslog/lib/syslog/logger.rb | 1 + ext/thread/extconf.rb | 1 + ext/tk/extconf.rb | 1 + ext/tk/lib/multi-tk.rb | 1 + ext/tk/lib/remote-tk.rb | 1 + ext/tk/lib/tcltk.rb | 1 + ext/tk/lib/tk.rb | 1 + ext/tk/lib/tk/after.rb | 1 + ext/tk/lib/tk/autoload.rb | 1 + ext/tk/lib/tk/bgerror.rb | 1 + ext/tk/lib/tk/bindtag.rb | 1 + ext/tk/lib/tk/busy.rb | 1 + ext/tk/lib/tk/button.rb | 1 + ext/tk/lib/tk/canvas.rb | 1 + ext/tk/lib/tk/canvastag.rb | 1 + ext/tk/lib/tk/checkbutton.rb | 1 + ext/tk/lib/tk/clipboard.rb | 1 + ext/tk/lib/tk/clock.rb | 1 + ext/tk/lib/tk/composite.rb | 1 + ext/tk/lib/tk/console.rb | 1 + ext/tk/lib/tk/dialog.rb | 1 + ext/tk/lib/tk/encodedstr.rb | 1 + ext/tk/lib/tk/entry.rb | 1 + ext/tk/lib/tk/event.rb | 1 + ext/tk/lib/tk/font.rb | 1 + ext/tk/lib/tk/fontchooser.rb | 1 + ext/tk/lib/tk/frame.rb | 1 + ext/tk/lib/tk/grid.rb | 1 + ext/tk/lib/tk/image.rb | 1 + ext/tk/lib/tk/itemconfig.rb | 1 + ext/tk/lib/tk/itemfont.rb | 1 + ext/tk/lib/tk/kinput.rb | 1 + ext/tk/lib/tk/label.rb | 1 + ext/tk/lib/tk/labelframe.rb | 1 + ext/tk/lib/tk/listbox.rb | 1 + ext/tk/lib/tk/macpkg.rb | 1 + ext/tk/lib/tk/menu.rb | 1 + ext/tk/lib/tk/menubar.rb | 1 + ext/tk/lib/tk/menuspec.rb | 1 + ext/tk/lib/tk/message.rb | 1 + ext/tk/lib/tk/mngfocus.rb | 1 + ext/tk/lib/tk/msgcat.rb | 1 + ext/tk/lib/tk/namespace.rb | 1 + ext/tk/lib/tk/optiondb.rb | 1 + ext/tk/lib/tk/optionobj.rb | 1 + ext/tk/lib/tk/pack.rb | 1 + ext/tk/lib/tk/package.rb | 1 + ext/tk/lib/tk/palette.rb | 1 + ext/tk/lib/tk/panedwindow.rb | 1 + ext/tk/lib/tk/place.rb | 1 + ext/tk/lib/tk/radiobutton.rb | 1 + ext/tk/lib/tk/root.rb | 1 + ext/tk/lib/tk/scale.rb | 1 + ext/tk/lib/tk/scrollable.rb | 1 + ext/tk/lib/tk/scrollbar.rb | 1 + ext/tk/lib/tk/scrollbox.rb | 1 + ext/tk/lib/tk/selection.rb | 1 + ext/tk/lib/tk/spinbox.rb | 1 + ext/tk/lib/tk/tagfont.rb | 1 + ext/tk/lib/tk/text.rb | 1 + ext/tk/lib/tk/textimage.rb | 1 + ext/tk/lib/tk/textmark.rb | 1 + ext/tk/lib/tk/texttag.rb | 1 + ext/tk/lib/tk/textwindow.rb | 1 + ext/tk/lib/tk/timer.rb | 1 + ext/tk/lib/tk/tk_mac.rb | 1 + ext/tk/lib/tk/toplevel.rb | 1 + ext/tk/lib/tk/ttk_selector.rb | 1 + ext/tk/lib/tk/txtwin_abst.rb | 1 + ext/tk/lib/tk/validation.rb | 1 + ext/tk/lib/tk/variable.rb | 1 + ext/tk/lib/tk/virtevent.rb | 1 + ext/tk/lib/tk/winfo.rb | 1 + ext/tk/lib/tk/winpkg.rb | 1 + ext/tk/lib/tk/wm.rb | 1 + ext/tk/lib/tk/xim.rb | 1 + ext/tk/lib/tkafter.rb | 1 + ext/tk/lib/tkbgerror.rb | 1 + ext/tk/lib/tkcanvas.rb | 1 + ext/tk/lib/tkclass.rb | 1 + ext/tk/lib/tkconsole.rb | 1 + ext/tk/lib/tkdialog.rb | 1 + ext/tk/lib/tkentry.rb | 1 + ext/tk/lib/tkextlib/ICONS.rb | 1 + ext/tk/lib/tkextlib/ICONS/icons.rb | 1 + ext/tk/lib/tkextlib/ICONS/setup.rb | 1 + ext/tk/lib/tkextlib/blt.rb | 1 + ext/tk/lib/tkextlib/blt/barchart.rb | 1 + ext/tk/lib/tkextlib/blt/bitmap.rb | 1 + ext/tk/lib/tkextlib/blt/busy.rb | 1 + ext/tk/lib/tkextlib/blt/component.rb | 1 + ext/tk/lib/tkextlib/blt/container.rb | 1 + ext/tk/lib/tkextlib/blt/cutbuffer.rb | 1 + ext/tk/lib/tkextlib/blt/dragdrop.rb | 1 + ext/tk/lib/tkextlib/blt/eps.rb | 1 + ext/tk/lib/tkextlib/blt/graph.rb | 1 + ext/tk/lib/tkextlib/blt/htext.rb | 1 + ext/tk/lib/tkextlib/blt/setup.rb | 1 + ext/tk/lib/tkextlib/blt/spline.rb | 1 + ext/tk/lib/tkextlib/blt/stripchart.rb | 1 + ext/tk/lib/tkextlib/blt/table.rb | 1 + ext/tk/lib/tkextlib/blt/tabnotebook.rb | 1 + ext/tk/lib/tkextlib/blt/tabset.rb | 1 + ext/tk/lib/tkextlib/blt/ted.rb | 1 + ext/tk/lib/tkextlib/blt/tile.rb | 1 + ext/tk/lib/tkextlib/blt/tile/button.rb | 1 + ext/tk/lib/tkextlib/blt/tile/checkbutton.rb | 1 + ext/tk/lib/tkextlib/blt/tile/frame.rb | 1 + ext/tk/lib/tkextlib/blt/tile/label.rb | 1 + ext/tk/lib/tkextlib/blt/tile/radiobutton.rb | 1 + ext/tk/lib/tkextlib/blt/tile/scrollbar.rb | 1 + ext/tk/lib/tkextlib/blt/tile/toplevel.rb | 1 + ext/tk/lib/tkextlib/blt/tree.rb | 1 + ext/tk/lib/tkextlib/blt/treeview.rb | 1 + ext/tk/lib/tkextlib/blt/unix_dnd.rb | 1 + ext/tk/lib/tkextlib/blt/vector.rb | 1 + ext/tk/lib/tkextlib/blt/watch.rb | 1 + ext/tk/lib/tkextlib/blt/win_printer.rb | 1 + ext/tk/lib/tkextlib/blt/winop.rb | 1 + ext/tk/lib/tkextlib/bwidget.rb | 1 + ext/tk/lib/tkextlib/bwidget/arrowbutton.rb | 1 + ext/tk/lib/tkextlib/bwidget/bitmap.rb | 1 + ext/tk/lib/tkextlib/bwidget/button.rb | 1 + ext/tk/lib/tkextlib/bwidget/buttonbox.rb | 1 + ext/tk/lib/tkextlib/bwidget/combobox.rb | 1 + ext/tk/lib/tkextlib/bwidget/dialog.rb | 1 + ext/tk/lib/tkextlib/bwidget/dragsite.rb | 1 + ext/tk/lib/tkextlib/bwidget/dropsite.rb | 1 + ext/tk/lib/tkextlib/bwidget/dynamichelp.rb | 1 + ext/tk/lib/tkextlib/bwidget/entry.rb | 1 + ext/tk/lib/tkextlib/bwidget/label.rb | 1 + ext/tk/lib/tkextlib/bwidget/labelentry.rb | 1 + ext/tk/lib/tkextlib/bwidget/labelframe.rb | 1 + ext/tk/lib/tkextlib/bwidget/listbox.rb | 1 + ext/tk/lib/tkextlib/bwidget/mainframe.rb | 1 + ext/tk/lib/tkextlib/bwidget/messagedlg.rb | 1 + ext/tk/lib/tkextlib/bwidget/notebook.rb | 1 + ext/tk/lib/tkextlib/bwidget/pagesmanager.rb | 1 + ext/tk/lib/tkextlib/bwidget/panedwindow.rb | 1 + ext/tk/lib/tkextlib/bwidget/panelframe.rb | 1 + ext/tk/lib/tkextlib/bwidget/passwddlg.rb | 1 + ext/tk/lib/tkextlib/bwidget/progressbar.rb | 1 + ext/tk/lib/tkextlib/bwidget/progressdlg.rb | 1 + ext/tk/lib/tkextlib/bwidget/scrollableframe.rb | 1 + ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb | 1 + ext/tk/lib/tkextlib/bwidget/scrollview.rb | 1 + ext/tk/lib/tkextlib/bwidget/selectcolor.rb | 1 + ext/tk/lib/tkextlib/bwidget/selectfont.rb | 1 + ext/tk/lib/tkextlib/bwidget/separator.rb | 1 + ext/tk/lib/tkextlib/bwidget/setup.rb | 1 + ext/tk/lib/tkextlib/bwidget/spinbox.rb | 1 + ext/tk/lib/tkextlib/bwidget/statusbar.rb | 1 + ext/tk/lib/tkextlib/bwidget/titleframe.rb | 1 + ext/tk/lib/tkextlib/bwidget/tree.rb | 1 + ext/tk/lib/tkextlib/bwidget/widget.rb | 1 + ext/tk/lib/tkextlib/itcl.rb | 1 + ext/tk/lib/tkextlib/itcl/incr_tcl.rb | 1 + ext/tk/lib/tkextlib/itcl/setup.rb | 1 + ext/tk/lib/tkextlib/itk.rb | 1 + ext/tk/lib/tkextlib/itk/incr_tk.rb | 1 + ext/tk/lib/tkextlib/itk/setup.rb | 1 + ext/tk/lib/tkextlib/iwidgets.rb | 1 + ext/tk/lib/tkextlib/iwidgets/buttonbox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/calendar.rb | 1 + ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb | 1 + ext/tk/lib/tkextlib/iwidgets/checkbox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/combobox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/dateentry.rb | 1 + ext/tk/lib/tkextlib/iwidgets/datefield.rb | 1 + ext/tk/lib/tkextlib/iwidgets/dialog.rb | 1 + ext/tk/lib/tkextlib/iwidgets/dialogshell.rb | 1 + ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/entryfield.rb | 1 + ext/tk/lib/tkextlib/iwidgets/extbutton.rb | 1 + ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb | 1 + ext/tk/lib/tkextlib/iwidgets/feedback.rb | 1 + ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb | 1 + ext/tk/lib/tkextlib/iwidgets/finddialog.rb | 1 + ext/tk/lib/tkextlib/iwidgets/hierarchy.rb | 1 + ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb | 1 + ext/tk/lib/tkextlib/iwidgets/labeledframe.rb | 1 + ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb | 1 + ext/tk/lib/tkextlib/iwidgets/mainwindow.rb | 1 + ext/tk/lib/tkextlib/iwidgets/menubar.rb | 1 + ext/tk/lib/tkextlib/iwidgets/messagebox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/messagedialog.rb | 1 + ext/tk/lib/tkextlib/iwidgets/notebook.rb | 1 + ext/tk/lib/tkextlib/iwidgets/optionmenu.rb | 1 + ext/tk/lib/tkextlib/iwidgets/panedwindow.rb | 1 + ext/tk/lib/tkextlib/iwidgets/promptdialog.rb | 1 + ext/tk/lib/tkextlib/iwidgets/pushbutton.rb | 1 + ext/tk/lib/tkextlib/iwidgets/radiobox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/scopedobject.rb | 1 + ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb | 1 + ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb | 1 + ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb | 1 + ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb | 1 + ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb | 1 + ext/tk/lib/tkextlib/iwidgets/selectionbox.rb | 1 + ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb | 1 + ext/tk/lib/tkextlib/iwidgets/setup.rb | 1 + ext/tk/lib/tkextlib/iwidgets/shell.rb | 1 + ext/tk/lib/tkextlib/iwidgets/spindate.rb | 1 + ext/tk/lib/tkextlib/iwidgets/spinint.rb | 1 + ext/tk/lib/tkextlib/iwidgets/spinner.rb | 1 + ext/tk/lib/tkextlib/iwidgets/spintime.rb | 1 + ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb | 1 + ext/tk/lib/tkextlib/iwidgets/tabset.rb | 1 + ext/tk/lib/tkextlib/iwidgets/timeentry.rb | 1 + ext/tk/lib/tkextlib/iwidgets/timefield.rb | 1 + ext/tk/lib/tkextlib/iwidgets/toolbar.rb | 1 + ext/tk/lib/tkextlib/iwidgets/watch.rb | 1 + ext/tk/lib/tkextlib/pkg_checker.rb | 1 + ext/tk/lib/tkextlib/setup.rb | 1 + ext/tk/lib/tkextlib/tcllib.rb | 1 + ext/tk/lib/tkextlib/tcllib/autoscroll.rb | 1 + ext/tk/lib/tkextlib/tcllib/calendar.rb | 1 + ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb | 1 + ext/tk/lib/tkextlib/tcllib/canvas_zoom.rb | 1 + ext/tk/lib/tkextlib/tcllib/chatwidget.rb | 1 + ext/tk/lib/tkextlib/tcllib/crosshair.rb | 1 + ext/tk/lib/tkextlib/tcllib/ctext.rb | 1 + ext/tk/lib/tkextlib/tcllib/cursor.rb | 1 + ext/tk/lib/tkextlib/tcllib/dateentry.rb | 1 + ext/tk/lib/tkextlib/tcllib/datefield.rb | 1 + ext/tk/lib/tkextlib/tcllib/diagrams.rb | 1 + ext/tk/lib/tkextlib/tcllib/dialog.rb | 1 + ext/tk/lib/tkextlib/tcllib/getstring.rb | 1 + ext/tk/lib/tkextlib/tcllib/history.rb | 1 + ext/tk/lib/tkextlib/tcllib/ico.rb | 1 + ext/tk/lib/tkextlib/tcllib/ip_entry.rb | 1 + ext/tk/lib/tkextlib/tcllib/khim.rb | 1 + ext/tk/lib/tkextlib/tcllib/menuentry.rb | 1 + ext/tk/lib/tkextlib/tcllib/ntext.rb | 1 + ext/tk/lib/tkextlib/tcllib/panelframe.rb | 1 + ext/tk/lib/tkextlib/tcllib/plotchart.rb | 1 + ext/tk/lib/tkextlib/tcllib/ruler.rb | 1 + ext/tk/lib/tkextlib/tcllib/screenruler.rb | 1 + ext/tk/lib/tkextlib/tcllib/scrolledwindow.rb | 1 + ext/tk/lib/tkextlib/tcllib/scrollwin.rb | 1 + ext/tk/lib/tkextlib/tcllib/setup.rb | 1 + ext/tk/lib/tkextlib/tcllib/statusbar.rb | 1 + ext/tk/lib/tkextlib/tcllib/style.rb | 1 + ext/tk/lib/tkextlib/tcllib/superframe.rb | 1 + ext/tk/lib/tkextlib/tcllib/swaplist.rb | 1 + ext/tk/lib/tkextlib/tcllib/tablelist.rb | 1 + ext/tk/lib/tkextlib/tcllib/tablelist_core.rb | 1 + ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb | 1 + ext/tk/lib/tkextlib/tcllib/tkpiechart.rb | 1 + ext/tk/lib/tkextlib/tcllib/toolbar.rb | 1 + ext/tk/lib/tkextlib/tcllib/tooltip.rb | 1 + ext/tk/lib/tkextlib/tcllib/validator.rb | 1 + ext/tk/lib/tkextlib/tcllib/widget.rb | 1 + ext/tk/lib/tkextlib/tclx.rb | 1 + ext/tk/lib/tkextlib/tclx/setup.rb | 1 + ext/tk/lib/tkextlib/tclx/tclx.rb | 1 + ext/tk/lib/tkextlib/tile.rb | 1 + ext/tk/lib/tkextlib/tile/dialog.rb | 1 + ext/tk/lib/tkextlib/tile/setup.rb | 1 + ext/tk/lib/tkextlib/tile/sizegrip.rb | 1 + ext/tk/lib/tkextlib/tile/style.rb | 1 + ext/tk/lib/tkextlib/tile/tbutton.rb | 1 + ext/tk/lib/tkextlib/tile/tcheckbutton.rb | 1 + ext/tk/lib/tkextlib/tile/tcombobox.rb | 1 + ext/tk/lib/tkextlib/tile/tentry.rb | 1 + ext/tk/lib/tkextlib/tile/tframe.rb | 1 + ext/tk/lib/tkextlib/tile/tlabel.rb | 1 + ext/tk/lib/tkextlib/tile/tlabelframe.rb | 1 + ext/tk/lib/tkextlib/tile/tmenubutton.rb | 1 + ext/tk/lib/tkextlib/tile/tnotebook.rb | 1 + ext/tk/lib/tkextlib/tile/tpaned.rb | 1 + ext/tk/lib/tkextlib/tile/tprogressbar.rb | 1 + ext/tk/lib/tkextlib/tile/tradiobutton.rb | 1 + ext/tk/lib/tkextlib/tile/treeview.rb | 1 + ext/tk/lib/tkextlib/tile/tscale.rb | 1 + ext/tk/lib/tkextlib/tile/tscrollbar.rb | 1 + ext/tk/lib/tkextlib/tile/tseparator.rb | 1 + ext/tk/lib/tkextlib/tile/tspinbox.rb | 1 + ext/tk/lib/tkextlib/tile/tsquare.rb | 1 + ext/tk/lib/tkextlib/tkDND.rb | 1 + ext/tk/lib/tkextlib/tkDND/setup.rb | 1 + ext/tk/lib/tkextlib/tkDND/shape.rb | 1 + ext/tk/lib/tkextlib/tkDND/tkdnd.rb | 1 + ext/tk/lib/tkextlib/tkHTML.rb | 1 + ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb | 1 + ext/tk/lib/tkextlib/tkHTML/setup.rb | 1 + ext/tk/lib/tkextlib/tkimg.rb | 1 + ext/tk/lib/tkextlib/tkimg/bmp.rb | 1 + ext/tk/lib/tkextlib/tkimg/dted.rb | 1 + ext/tk/lib/tkextlib/tkimg/gif.rb | 1 + ext/tk/lib/tkextlib/tkimg/ico.rb | 1 + ext/tk/lib/tkextlib/tkimg/jpeg.rb | 1 + ext/tk/lib/tkextlib/tkimg/pcx.rb | 1 + ext/tk/lib/tkextlib/tkimg/pixmap.rb | 1 + ext/tk/lib/tkextlib/tkimg/png.rb | 1 + ext/tk/lib/tkextlib/tkimg/ppm.rb | 1 + ext/tk/lib/tkextlib/tkimg/ps.rb | 1 + ext/tk/lib/tkextlib/tkimg/raw.rb | 1 + ext/tk/lib/tkextlib/tkimg/setup.rb | 1 + ext/tk/lib/tkextlib/tkimg/sgi.rb | 1 + ext/tk/lib/tkextlib/tkimg/sun.rb | 1 + ext/tk/lib/tkextlib/tkimg/tga.rb | 1 + ext/tk/lib/tkextlib/tkimg/tiff.rb | 1 + ext/tk/lib/tkextlib/tkimg/window.rb | 1 + ext/tk/lib/tkextlib/tkimg/xbm.rb | 1 + ext/tk/lib/tkextlib/tkimg/xpm.rb | 1 + ext/tk/lib/tkextlib/tktable.rb | 1 + ext/tk/lib/tkextlib/tktable/setup.rb | 1 + ext/tk/lib/tkextlib/tktable/tktable.rb | 1 + ext/tk/lib/tkextlib/tktrans.rb | 1 + ext/tk/lib/tkextlib/tktrans/setup.rb | 1 + ext/tk/lib/tkextlib/tktrans/tktrans.rb | 1 + ext/tk/lib/tkextlib/treectrl.rb | 1 + ext/tk/lib/tkextlib/treectrl/setup.rb | 1 + ext/tk/lib/tkextlib/treectrl/tktreectrl.rb | 1 + ext/tk/lib/tkextlib/trofs.rb | 1 + ext/tk/lib/tkextlib/trofs/setup.rb | 1 + ext/tk/lib/tkextlib/trofs/trofs.rb | 1 + ext/tk/lib/tkextlib/version.rb | 1 + ext/tk/lib/tkextlib/vu.rb | 1 + ext/tk/lib/tkextlib/vu/bargraph.rb | 1 + ext/tk/lib/tkextlib/vu/charts.rb | 1 + ext/tk/lib/tkextlib/vu/dial.rb | 1 + ext/tk/lib/tkextlib/vu/pie.rb | 1 + ext/tk/lib/tkextlib/vu/setup.rb | 1 + ext/tk/lib/tkextlib/vu/spinbox.rb | 1 + ext/tk/lib/tkextlib/winico.rb | 1 + ext/tk/lib/tkextlib/winico/setup.rb | 1 + ext/tk/lib/tkextlib/winico/winico.rb | 1 + ext/tk/lib/tkfont.rb | 1 + ext/tk/lib/tkmacpkg.rb | 1 + ext/tk/lib/tkmenubar.rb | 1 + ext/tk/lib/tkmngfocus.rb | 1 + ext/tk/lib/tkpalette.rb | 1 + ext/tk/lib/tkscrollbox.rb | 1 + ext/tk/lib/tktext.rb | 1 + ext/tk/lib/tkvirtevent.rb | 1 + ext/tk/lib/tkwinpkg.rb | 1 + ext/tk/old-extconf.rb | 1 + ext/tk/sample/24hr_clock.rb | 1 + ext/tk/sample/binding_sample.rb | 1 + ext/tk/sample/bindtag_sample.rb | 1 + ext/tk/sample/binstr_usage.rb | 1 + ext/tk/sample/btn_with_frame.rb | 1 + ext/tk/sample/cd_timer.rb | 1 + ext/tk/sample/cmd_res_test.rb | 1 + ext/tk/sample/demos-en/anilabel.rb | 1 + ext/tk/sample/demos-en/aniwave.rb | 1 + ext/tk/sample/demos-en/arrow.rb | 1 + ext/tk/sample/demos-en/bind.rb | 1 + ext/tk/sample/demos-en/bitmap.rb | 1 + ext/tk/sample/demos-en/button.rb | 1 + ext/tk/sample/demos-en/check.rb | 1 + ext/tk/sample/demos-en/check2.rb | 1 + ext/tk/sample/demos-en/clrpick.rb | 1 + ext/tk/sample/demos-en/colors.rb | 1 + ext/tk/sample/demos-en/combo.rb | 1 + ext/tk/sample/demos-en/cscroll.rb | 1 + ext/tk/sample/demos-en/ctext.rb | 1 + ext/tk/sample/demos-en/dialog1.rb | 1 + ext/tk/sample/demos-en/dialog2.rb | 1 + ext/tk/sample/demos-en/entry1.rb | 1 + ext/tk/sample/demos-en/entry2.rb | 1 + ext/tk/sample/demos-en/entry3.rb | 1 + ext/tk/sample/demos-en/filebox.rb | 1 + ext/tk/sample/demos-en/floor.rb | 1 + ext/tk/sample/demos-en/floor2.rb | 1 + ext/tk/sample/demos-en/form.rb | 1 + ext/tk/sample/demos-en/goldberg.rb | 1 + ext/tk/sample/demos-en/hscale.rb | 1 + ext/tk/sample/demos-en/icon.rb | 1 + ext/tk/sample/demos-en/image1.rb | 1 + ext/tk/sample/demos-en/image2.rb | 1 + ext/tk/sample/demos-en/image3.rb | 1 + ext/tk/sample/demos-en/items.rb | 1 + ext/tk/sample/demos-en/knightstour.rb | 1 + ext/tk/sample/demos-en/label.rb | 1 + ext/tk/sample/demos-en/labelframe.rb | 1 + ext/tk/sample/demos-en/mclist.rb | 1 + ext/tk/sample/demos-en/menu.rb | 1 + ext/tk/sample/demos-en/menu84.rb | 1 + ext/tk/sample/demos-en/menubu.rb | 1 + ext/tk/sample/demos-en/msgbox.rb | 1 + ext/tk/sample/demos-en/msgbox2.rb | 1 + ext/tk/sample/demos-en/paned1.rb | 1 + ext/tk/sample/demos-en/paned2.rb | 1 + ext/tk/sample/demos-en/pendulum.rb | 1 + ext/tk/sample/demos-en/plot.rb | 1 + ext/tk/sample/demos-en/puzzle.rb | 1 + ext/tk/sample/demos-en/radio.rb | 1 + ext/tk/sample/demos-en/radio2.rb | 1 + ext/tk/sample/demos-en/radio3.rb | 1 + ext/tk/sample/demos-en/ruler.rb | 1 + ext/tk/sample/demos-en/sayings.rb | 1 + ext/tk/sample/demos-en/search.rb | 1 + ext/tk/sample/demos-en/spin.rb | 1 + ext/tk/sample/demos-en/states.rb | 1 + ext/tk/sample/demos-en/style.rb | 1 + ext/tk/sample/demos-en/text.rb | 1 + ext/tk/sample/demos-en/textpeer.rb | 1 + ext/tk/sample/demos-en/tkencoding.rb | 1 + ext/tk/sample/demos-en/toolbar.rb | 1 + ext/tk/sample/demos-en/tree.rb | 1 + ext/tk/sample/demos-en/ttkbut.rb | 1 + ext/tk/sample/demos-en/ttkmenu.rb | 1 + ext/tk/sample/demos-en/ttknote.rb | 1 + ext/tk/sample/demos-en/ttkpane.rb | 1 + ext/tk/sample/demos-en/ttkprogress.rb | 1 + ext/tk/sample/demos-en/twind.rb | 1 + ext/tk/sample/demos-en/twind2.rb | 1 + ext/tk/sample/demos-en/unicodeout.rb | 1 + ext/tk/sample/demos-en/vscale.rb | 1 + ext/tk/sample/demos-jp/anilabel.rb | 1 + ext/tk/sample/demos-jp/aniwave.rb | 1 + ext/tk/sample/demos-jp/arrow.rb | 1 + ext/tk/sample/demos-jp/bind.rb | 1 + ext/tk/sample/demos-jp/bitmap.rb | 1 + ext/tk/sample/demos-jp/button.rb | 1 + ext/tk/sample/demos-jp/check.rb | 1 + ext/tk/sample/demos-jp/check2.rb | 1 + ext/tk/sample/demos-jp/clrpick.rb | 1 + ext/tk/sample/demos-jp/colors.rb | 1 + ext/tk/sample/demos-jp/combo.rb | 1 + ext/tk/sample/demos-jp/cscroll.rb | 1 + ext/tk/sample/demos-jp/ctext.rb | 1 + ext/tk/sample/demos-jp/dialog1.rb | 1 + ext/tk/sample/demos-jp/dialog2.rb | 1 + ext/tk/sample/demos-jp/entry1.rb | 1 + ext/tk/sample/demos-jp/entry2.rb | 1 + ext/tk/sample/demos-jp/entry3.rb | 1 + ext/tk/sample/demos-jp/filebox.rb | 1 + ext/tk/sample/demos-jp/floor.rb | 1 + ext/tk/sample/demos-jp/floor2.rb | 1 + ext/tk/sample/demos-jp/form.rb | 1 + ext/tk/sample/demos-jp/goldberg.rb | 1 + ext/tk/sample/demos-jp/hscale.rb | 1 + ext/tk/sample/demos-jp/icon.rb | 1 + ext/tk/sample/demos-jp/image1.rb | 1 + ext/tk/sample/demos-jp/image2.rb | 1 + ext/tk/sample/demos-jp/image3.rb | 1 + ext/tk/sample/demos-jp/items.rb | 1 + ext/tk/sample/demos-jp/knightstour.rb | 1 + ext/tk/sample/demos-jp/label.rb | 1 + ext/tk/sample/demos-jp/labelframe.rb | 1 + ext/tk/sample/demos-jp/mclist.rb | 1 + ext/tk/sample/demos-jp/menu.rb | 1 + ext/tk/sample/demos-jp/menu84.rb | 1 + ext/tk/sample/demos-jp/menu8x.rb | 1 + ext/tk/sample/demos-jp/menubu.rb | 1 + ext/tk/sample/demos-jp/msgbox.rb | 1 + ext/tk/sample/demos-jp/msgbox2.rb | 1 + ext/tk/sample/demos-jp/paned1.rb | 1 + ext/tk/sample/demos-jp/paned2.rb | 1 + ext/tk/sample/demos-jp/pendulum.rb | 1 + ext/tk/sample/demos-jp/plot.rb | 1 + ext/tk/sample/demos-jp/puzzle.rb | 1 + ext/tk/sample/demos-jp/radio.rb | 1 + ext/tk/sample/demos-jp/radio2.rb | 1 + ext/tk/sample/demos-jp/radio3.rb | 1 + ext/tk/sample/demos-jp/ruler.rb | 1 + ext/tk/sample/demos-jp/sayings.rb | 1 + ext/tk/sample/demos-jp/search.rb | 1 + ext/tk/sample/demos-jp/spin.rb | 1 + ext/tk/sample/demos-jp/states.rb | 1 + ext/tk/sample/demos-jp/style.rb | 1 + ext/tk/sample/demos-jp/text.rb | 1 + ext/tk/sample/demos-jp/textpeer.rb | 1 + ext/tk/sample/demos-jp/toolbar.rb | 1 + ext/tk/sample/demos-jp/tree.rb | 1 + ext/tk/sample/demos-jp/ttkbut.rb | 1 + ext/tk/sample/demos-jp/ttkmenu.rb | 1 + ext/tk/sample/demos-jp/ttknote.rb | 1 + ext/tk/sample/demos-jp/ttkpane.rb | 1 + ext/tk/sample/demos-jp/ttkprogress.rb | 1 + ext/tk/sample/demos-jp/twind.rb | 1 + ext/tk/sample/demos-jp/twind2.rb | 1 + ext/tk/sample/demos-jp/unicodeout.rb | 1 + ext/tk/sample/demos-jp/vscale.rb | 1 + ext/tk/sample/editable_listbox.rb | 1 + ext/tk/sample/encstr_usage.rb | 1 + ext/tk/sample/figmemo_sample.rb | 1 + ext/tk/sample/irbtk.rb | 1 + ext/tk/sample/menubar1.rb | 1 + ext/tk/sample/menubar2.rb | 1 + ext/tk/sample/menubar3.rb | 1 + ext/tk/sample/multi-ip_sample.rb | 1 + ext/tk/sample/multi-ip_sample2.rb | 1 + ext/tk/sample/optobj_sample.rb | 1 + ext/tk/sample/propagate.rb | 1 + ext/tk/sample/remote-ip_sample.rb | 1 + ext/tk/sample/remote-ip_sample2.rb | 1 + ext/tk/sample/safe-tk.rb | 1 + ext/tk/sample/scrollframe.rb | 1 + ext/tk/sample/tcltklib/lines1.rb | 1 + ext/tk/sample/tcltklib/lines2.rb | 1 + ext/tk/sample/tcltklib/lines3.rb | 1 + ext/tk/sample/tcltklib/lines4.rb | 1 + ext/tk/sample/tcltklib/safeTk.rb | 1 + ext/tk/sample/tcltklib/sample0.rb | 1 + ext/tk/sample/tcltklib/sample1.rb | 1 + ext/tk/sample/tcltklib/sample2.rb | 1 + ext/tk/sample/tkalignbox.rb | 1 + ext/tk/sample/tkballoonhelp.rb | 1 + ext/tk/sample/tkbiff.rb | 1 + ext/tk/sample/tkbrowse.rb | 1 + ext/tk/sample/tkcombobox.rb | 1 + ext/tk/sample/tkdialog.rb | 1 + ext/tk/sample/tkextlib/ICONS/viewIcons.rb | 1 + ext/tk/sample/tkextlib/blt/barchart5.rb | 1 + ext/tk/sample/tkextlib/blt/calendar.rb | 1 + ext/tk/sample/tkextlib/blt/graph6.rb | 1 + ext/tk/sample/tkextlib/blt/graph7.rb | 1 + ext/tk/sample/tkextlib/blt/graph7a.rb | 1 + ext/tk/sample/tkextlib/blt/graph7b.rb | 1 + ext/tk/sample/tkextlib/blt/graph7c.rb | 1 + ext/tk/sample/tkextlib/blt/pareto.rb | 1 + ext/tk/sample/tkextlib/blt/plot1.rb | 1 + ext/tk/sample/tkextlib/blt/plot1b.rb | 1 + ext/tk/sample/tkextlib/blt/scripts/stipples.rb | 1 + ext/tk/sample/tkextlib/blt/winop1.rb | 1 + ext/tk/sample/tkextlib/blt/winop2.rb | 1 + ext/tk/sample/tkextlib/bwidget/basic.rb | 1 + ext/tk/sample/tkextlib/bwidget/demo.rb | 1 + ext/tk/sample/tkextlib/bwidget/dnd.rb | 1 + ext/tk/sample/tkextlib/bwidget/manager.rb | 1 + ext/tk/sample/tkextlib/bwidget/select.rb | 1 + ext/tk/sample/tkextlib/bwidget/tmpldlg.rb | 1 + ext/tk/sample/tkextlib/bwidget/tree.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/buttonbox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/calendar.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/canvasprintbox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/canvasprintdialog.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/checkbox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/combobox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/dateentry.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/datefield.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/dialog.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/dialogshell.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/disjointlistbox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/entryfield-1.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/entryfield-2.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/entryfield-3.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/extbutton.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/extfileselectionbox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/extfileselectiondialog.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/feedback.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/fileselectionbox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/fileselectiondialog.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/finddialog.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/hierarchy.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/hyperhelp.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/labeledframe.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/labeledwidget.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/mainwindow.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/menubar.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/menubar2.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/messagebox1.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/messagebox2.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/messagedialog.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/notebook.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/notebook2.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/optionmenu.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/panedwindow.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/panedwindow2.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/promptdialog.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/pushbutton.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/radiobox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/scrolledcanvas.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/scrolledframe.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/scrolledhtml.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/scrolledlistbox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/scrolledtext.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/selectionbox.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/selectiondialog.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/shell.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/spindate.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/spinint.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/spinner.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/spintime.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/tabnotebook2.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/tabset.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/timeentry.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/toolbar.rb | 1 + ext/tk/sample/tkextlib/iwidgets/sample/watch.rb | 1 + ext/tk/sample/tkextlib/tcllib/datefield.rb | 1 + ext/tk/sample/tkextlib/tcllib/plotdemos1.rb | 1 + ext/tk/sample/tkextlib/tcllib/plotdemos2.rb | 1 + ext/tk/sample/tkextlib/tcllib/plotdemos3.rb | 1 + ext/tk/sample/tkextlib/tcllib/xyplot.rb | 1 + ext/tk/sample/tkextlib/tile/demo.rb | 1 + ext/tk/sample/tkextlib/tile/themes/kroc.rb | 1 + ext/tk/sample/tkextlib/tkHTML/hv.rb | 1 + ext/tk/sample/tkextlib/tkHTML/ss.rb | 1 + ext/tk/sample/tkextlib/tkimg/demo.rb | 1 + ext/tk/sample/tkextlib/tktable/basic.rb | 1 + ext/tk/sample/tkextlib/tktable/buttons.rb | 1 + ext/tk/sample/tkextlib/tktable/command.rb | 1 + ext/tk/sample/tkextlib/tktable/debug.rb | 1 + ext/tk/sample/tkextlib/tktable/dynarows.rb | 1 + ext/tk/sample/tkextlib/tktable/maxsize.rb | 1 + ext/tk/sample/tkextlib/tktable/spreadsheet.rb | 1 + ext/tk/sample/tkextlib/tktable/valid.rb | 1 + ext/tk/sample/tkextlib/treectrl/bitmaps.rb | 1 + ext/tk/sample/tkextlib/treectrl/demo.rb | 1 + ext/tk/sample/tkextlib/treectrl/explorer.rb | 1 + ext/tk/sample/tkextlib/treectrl/help.rb | 1 + ext/tk/sample/tkextlib/treectrl/imovie.rb | 1 + ext/tk/sample/tkextlib/treectrl/layout.rb | 1 + ext/tk/sample/tkextlib/treectrl/mailwasher.rb | 1 + ext/tk/sample/tkextlib/treectrl/outlook-folders.rb | 1 + ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb | 1 + ext/tk/sample/tkextlib/treectrl/random.rb | 1 + ext/tk/sample/tkextlib/treectrl/www-options.rb | 1 + ext/tk/sample/tkextlib/vu/canvItems.rb | 1 + ext/tk/sample/tkextlib/vu/canvSticker.rb | 1 + ext/tk/sample/tkextlib/vu/canvSticker2.rb | 1 + ext/tk/sample/tkextlib/vu/dial_demo.rb | 1 + ext/tk/sample/tkextlib/vu/oscilloscope.rb | 1 + ext/tk/sample/tkextlib/vu/pie.rb | 1 + ext/tk/sample/tkextlib/vu/vu_demo.rb | 1 + ext/tk/sample/tkfrom.rb | 1 + ext/tk/sample/tkhello.rb | 1 + ext/tk/sample/tkline.rb | 1 + ext/tk/sample/tkmenubutton.rb | 1 + ext/tk/sample/tkmsgcat-load_rb.rb | 1 + ext/tk/sample/tkmsgcat-load_rb2.rb | 1 + ext/tk/sample/tkmsgcat-load_tk.rb | 1 + ext/tk/sample/tkmulticolumnlist.rb | 1 + ext/tk/sample/tkmultilistbox.rb | 1 + ext/tk/sample/tkmultilistframe.rb | 1 + ext/tk/sample/tkoptdb-safeTk.rb | 1 + ext/tk/sample/tkoptdb.rb | 1 + ext/tk/sample/tkrttimer.rb | 1 + ext/tk/sample/tksleep_sample.rb | 1 + ext/tk/sample/tktextframe.rb | 1 + ext/tk/sample/tktextio.rb | 1 + ext/tk/sample/tktimer.rb | 1 + ext/tk/sample/tktimer2.rb | 1 + ext/tk/sample/tktimer3.rb | 1 + ext/tk/sample/tktree.rb | 1 + ext/tk/sample/ttk_wrapper.rb | 1 + ext/tk/tkutil/extconf.rb | 1 + ext/win32/extconf.rb | 1 + ext/win32/lib/Win32API.rb | 1 + ext/win32/lib/win32/importer.rb | 1 + ext/win32/lib/win32/registry.rb | 1 + ext/win32/lib/win32/resolv.rb | 1 + ext/win32/lib/win32/sspi.rb | 1 + ext/win32ole/extconf.rb | 1 + ext/win32ole/lib/win32ole/property.rb | 1 + ext/win32ole/sample/excel1.rb | 1 + ext/win32ole/sample/excel2.rb | 1 + ext/win32ole/sample/excel3.rb | 1 + ext/win32ole/sample/ie.rb | 1 + ext/win32ole/sample/ieconst.rb | 1 + ext/win32ole/sample/ienavi.rb | 1 + ext/win32ole/sample/ienavi2.rb | 1 + ext/win32ole/sample/oledirs.rb | 1 + ext/win32ole/sample/olegen.rb | 1 + ext/win32ole/sample/xml.rb | 1 + ext/zlib/extconf.rb | 1 + 854 files changed, 854 insertions(+) (limited to 'ext') diff --git a/ext/-test-/array/resize/extconf.rb b/ext/-test-/array/resize/extconf.rb index 6500a878fc..bc827e1170 100644 --- a/ext/-test-/array/resize/extconf.rb +++ b/ext/-test-/array/resize/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/array/resize") diff --git a/ext/-test-/bignum/extconf.rb b/ext/-test-/bignum/extconf.rb index e8c1febc82..34f503ca87 100644 --- a/ext/-test-/bignum/extconf.rb +++ b/ext/-test-/bignum/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/bug-3571/extconf.rb b/ext/-test-/bug-3571/extconf.rb index 6390fce219..10b3bb304b 100644 --- a/ext/-test-/bug-3571/extconf.rb +++ b/ext/-test-/bug-3571/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/bug-3571/bug") diff --git a/ext/-test-/bug-5832/extconf.rb b/ext/-test-/bug-5832/extconf.rb index 55a4b7d93f..948e7791b6 100644 --- a/ext/-test-/bug-5832/extconf.rb +++ b/ext/-test-/bug-5832/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/bug-5832/bug") diff --git a/ext/-test-/bug_reporter/extconf.rb b/ext/-test-/bug_reporter/extconf.rb index 0fccd81a41..fb2ed40342 100644 --- a/ext/-test-/bug_reporter/extconf.rb +++ b/ext/-test-/bug_reporter/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/bug_reporter/bug_reporter") diff --git a/ext/-test-/class/extconf.rb b/ext/-test-/class/extconf.rb index a07d660b87..1c7837d07a 100644 --- a/ext/-test-/class/extconf.rb +++ b/ext/-test-/class/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/debug/extconf.rb b/ext/-test-/debug/extconf.rb index 8f7922e1a6..0f34383165 100644 --- a/ext/-test-/debug/extconf.rb +++ b/ext/-test-/debug/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} inits.delete("init") diff --git a/ext/-test-/dln/empty/extconf.rb b/ext/-test-/dln/empty/extconf.rb index 6110887b3d..20310b6dde 100644 --- a/ext/-test-/dln/empty/extconf.rb +++ b/ext/-test-/dln/empty/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/dln/empty") diff --git a/ext/-test-/exception/extconf.rb b/ext/-test-/exception/extconf.rb index 0faf6d53ed..55bbb1fc3e 100644 --- a/ext/-test-/exception/extconf.rb +++ b/ext/-test-/exception/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} inits.delete("init") diff --git a/ext/-test-/fatal/extconf.rb b/ext/-test-/fatal/extconf.rb index e0cfeb2095..d5849c0733 100644 --- a/ext/-test-/fatal/extconf.rb +++ b/ext/-test-/fatal/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/fatal/rb_fatal") diff --git a/ext/-test-/file/extconf.rb b/ext/-test-/file/extconf.rb index 87a2f4a205..c4cfdadcaf 100644 --- a/ext/-test-/file/extconf.rb +++ b/ext/-test-/file/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" headers = %w[sys/param.h sys/mount.h sys/vfs.h].select {|h| have_header(h)} diff --git a/ext/-test-/float/extconf.rb b/ext/-test-/float/extconf.rb index 0a9a299aa5..15709a1def 100644 --- a/ext/-test-/float/extconf.rb +++ b/ext/-test-/float/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/funcall/extconf.rb b/ext/-test-/funcall/extconf.rb index 8a9179ab2f..35c3078bf5 100644 --- a/ext/-test-/funcall/extconf.rb +++ b/ext/-test-/funcall/extconf.rb @@ -1,2 +1,3 @@ +# frozen_string_literal: false require 'mkmf' create_makefile("-test-/funcall/funcall") diff --git a/ext/-test-/gvl/call_without_gvl/extconf.rb b/ext/-test-/gvl/call_without_gvl/extconf.rb index 601944c9e5..56181b6773 100644 --- a/ext/-test-/gvl/call_without_gvl/extconf.rb +++ b/ext/-test-/gvl/call_without_gvl/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/gvl/call_without_gvl") diff --git a/ext/-test-/hash/extconf.rb b/ext/-test-/hash/extconf.rb index 9d4ef4f935..c823cb95b2 100644 --- a/ext/-test-/hash/extconf.rb +++ b/ext/-test-/hash/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/iseq_load/extconf.rb b/ext/-test-/iseq_load/extconf.rb index 860f30befd..c5bd6c0569 100644 --- a/ext/-test-/iseq_load/extconf.rb +++ b/ext/-test-/iseq_load/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/iseq_load/iseq_load") diff --git a/ext/-test-/iter/extconf.rb b/ext/-test-/iter/extconf.rb index 0ba99691bd..a0f03e23a9 100644 --- a/ext/-test-/iter/extconf.rb +++ b/ext/-test-/iter/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/load/dot.dot/extconf.rb b/ext/-test-/load/dot.dot/extconf.rb index 6287db6bd8..b5292c77f0 100644 --- a/ext/-test-/load/dot.dot/extconf.rb +++ b/ext/-test-/load/dot.dot/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/load/dot.dot/dot.dot") diff --git a/ext/-test-/marshal/compat/extconf.rb b/ext/-test-/marshal/compat/extconf.rb index bb11ebfb8c..9bf44b473a 100644 --- a/ext/-test-/marshal/compat/extconf.rb +++ b/ext/-test-/marshal/compat/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/marshal/compat") diff --git a/ext/-test-/marshal/internal_ivar/extconf.rb b/ext/-test-/marshal/internal_ivar/extconf.rb index 9b905d91d7..cb3f825dbd 100644 --- a/ext/-test-/marshal/internal_ivar/extconf.rb +++ b/ext/-test-/marshal/internal_ivar/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/marshal/internal_ivar") diff --git a/ext/-test-/marshal/usr/extconf.rb b/ext/-test-/marshal/usr/extconf.rb index c662b23dd5..b7886b9eea 100644 --- a/ext/-test-/marshal/usr/extconf.rb +++ b/ext/-test-/marshal/usr/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/marshal/usr") diff --git a/ext/-test-/method/extconf.rb b/ext/-test-/method/extconf.rb index 658b7af1f1..3a52c1a822 100644 --- a/ext/-test-/method/extconf.rb +++ b/ext/-test-/method/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} inits.delete("init") diff --git a/ext/-test-/notimplement/extconf.rb b/ext/-test-/notimplement/extconf.rb index a2feb77a94..54403cd7ce 100644 --- a/ext/-test-/notimplement/extconf.rb +++ b/ext/-test-/notimplement/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/notimplement") diff --git a/ext/-test-/num2int/extconf.rb b/ext/-test-/num2int/extconf.rb index 2bc820e480..c585462921 100644 --- a/ext/-test-/num2int/extconf.rb +++ b/ext/-test-/num2int/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/num2int/num2int") diff --git a/ext/-test-/path_to_class/extconf.rb b/ext/-test-/path_to_class/extconf.rb index e1072b1443..8f05248d87 100644 --- a/ext/-test-/path_to_class/extconf.rb +++ b/ext/-test-/path_to_class/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} inits.delete("init") diff --git a/ext/-test-/popen_deadlock/extconf.rb b/ext/-test-/popen_deadlock/extconf.rb index f993ff7f9a..24a7d79931 100644 --- a/ext/-test-/popen_deadlock/extconf.rb +++ b/ext/-test-/popen_deadlock/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false case RUBY_PLATFORM when /solaris/i, /linux/i create_makefile("-test-/popen_deadlock/infinite_loop_dlsym") diff --git a/ext/-test-/postponed_job/extconf.rb b/ext/-test-/postponed_job/extconf.rb index aa29b593f4..58fbd3b461 100644 --- a/ext/-test-/postponed_job/extconf.rb +++ b/ext/-test-/postponed_job/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile('-test-/postponed_job') diff --git a/ext/-test-/printf/extconf.rb b/ext/-test-/printf/extconf.rb index 7b96da0c85..fb8fa8de36 100644 --- a/ext/-test-/printf/extconf.rb +++ b/ext/-test-/printf/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/printf") diff --git a/ext/-test-/proc/extconf.rb b/ext/-test-/proc/extconf.rb index 40741d07cc..9f87575749 100644 --- a/ext/-test-/proc/extconf.rb +++ b/ext/-test-/proc/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/rational/extconf.rb b/ext/-test-/rational/extconf.rb index bd658def46..28c5d690c1 100644 --- a/ext/-test-/rational/extconf.rb +++ b/ext/-test-/rational/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/recursion/extconf.rb b/ext/-test-/recursion/extconf.rb index 92b28657f0..13828113f0 100644 --- a/ext/-test-/recursion/extconf.rb +++ b/ext/-test-/recursion/extconf.rb @@ -1,2 +1,3 @@ +# frozen_string_literal: false require 'mkmf' create_makefile("-test-/recursion") diff --git a/ext/-test-/st/foreach/extconf.rb b/ext/-test-/st/foreach/extconf.rb index 969f386ff9..a7346203c4 100644 --- a/ext/-test-/st/foreach/extconf.rb +++ b/ext/-test-/st/foreach/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/st/foreach") diff --git a/ext/-test-/st/numhash/extconf.rb b/ext/-test-/st/numhash/extconf.rb index 867fd75d2a..27d28a0a77 100644 --- a/ext/-test-/st/numhash/extconf.rb +++ b/ext/-test-/st/numhash/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/st/numhash") diff --git a/ext/-test-/st/update/extconf.rb b/ext/-test-/st/update/extconf.rb index 96dbae43ab..5152b24229 100644 --- a/ext/-test-/st/update/extconf.rb +++ b/ext/-test-/st/update/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/st/update") diff --git a/ext/-test-/string/extconf.rb b/ext/-test-/string/extconf.rb index 9981a4d603..5e8b709c8a 100644 --- a/ext/-test-/string/extconf.rb +++ b/ext/-test-/string/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/struct/extconf.rb b/ext/-test-/struct/extconf.rb index 0e4f9551f2..3b01a193fc 100644 --- a/ext/-test-/struct/extconf.rb +++ b/ext/-test-/struct/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/symbol/extconf.rb b/ext/-test-/symbol/extconf.rb index fc00ec9abf..f62fd47c11 100644 --- a/ext/-test-/symbol/extconf.rb +++ b/ext/-test-/symbol/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} inits.delete("init") diff --git a/ext/-test-/time/extconf.rb b/ext/-test-/time/extconf.rb index b9741992d1..c0b193445c 100644 --- a/ext/-test-/time/extconf.rb +++ b/ext/-test-/time/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/tracepoint/extconf.rb b/ext/-test-/tracepoint/extconf.rb index c0c2399eb4..2b7258d072 100644 --- a/ext/-test-/tracepoint/extconf.rb +++ b/ext/-test-/tracepoint/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/tracepoint") diff --git a/ext/-test-/typeddata/extconf.rb b/ext/-test-/typeddata/extconf.rb index 02e3e41c8b..84b92c7530 100644 --- a/ext/-test-/typeddata/extconf.rb +++ b/ext/-test-/typeddata/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/typeddata/typeddata") diff --git a/ext/-test-/wait_for_single_fd/extconf.rb b/ext/-test-/wait_for_single_fd/extconf.rb index 1a28b23da3..edb18746d1 100644 --- a/ext/-test-/wait_for_single_fd/extconf.rb +++ b/ext/-test-/wait_for_single_fd/extconf.rb @@ -1 +1,2 @@ +# frozen_string_literal: false create_makefile("-test-/wait_for_single_fd/wait_for_single_fd") diff --git a/ext/-test-/win32/console/extconf.rb b/ext/-test-/win32/console/extconf.rb index 4de9fa7e4f..fb9ef9d524 100644 --- a/ext/-test-/win32/console/extconf.rb +++ b/ext/-test-/win32/console/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false if $mingw or $mswin $srcs = Dir[File.join($srcdir, "*.{#{SRC_EXT.join(%q{,})}}")] inits = $srcs.map {|s| File.basename(s, ".*")} diff --git a/ext/-test-/win32/dln/extconf.rb b/ext/-test-/win32/dln/extconf.rb index edc02ac3f2..55c2d16d1e 100644 --- a/ext/-test-/win32/dln/extconf.rb +++ b/ext/-test-/win32/dln/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false if $mingw or $mswin dlntestlib = "dlntest.#{$LIBEXT}" $LOCAL_LIBS << " #{dlntestlib}" diff --git a/ext/-test-/win32/fd_setsize/extconf.rb b/ext/-test-/win32/fd_setsize/extconf.rb index ed40f8b1d7..caa4b85a1b 100644 --- a/ext/-test-/win32/fd_setsize/extconf.rb +++ b/ext/-test-/win32/fd_setsize/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false if $mingw or $mswin create_makefile("-test-/win32/fd_setsize") end diff --git a/ext/bigdecimal/extconf.rb b/ext/bigdecimal/extconf.rb index a3ec7b4c6c..3799e685bc 100644 --- a/ext/bigdecimal/extconf.rb +++ b/ext/bigdecimal/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' have_func("labs", "stdlib.h") diff --git a/ext/bigdecimal/lib/bigdecimal/jacobian.rb b/ext/bigdecimal/lib/bigdecimal/jacobian.rb index d56caab0d3..9cad06c09b 100644 --- a/ext/bigdecimal/lib/bigdecimal/jacobian.rb +++ b/ext/bigdecimal/lib/bigdecimal/jacobian.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # require 'bigdecimal/jacobian' # diff --git a/ext/bigdecimal/lib/bigdecimal/ludcmp.rb b/ext/bigdecimal/lib/bigdecimal/ludcmp.rb index 6cbe29b6da..dd265e482a 100644 --- a/ext/bigdecimal/lib/bigdecimal/ludcmp.rb +++ b/ext/bigdecimal/lib/bigdecimal/ludcmp.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'bigdecimal' # diff --git a/ext/bigdecimal/lib/bigdecimal/math.rb b/ext/bigdecimal/lib/bigdecimal/math.rb index 4a4fcc2b06..3ddde6a9a0 100644 --- a/ext/bigdecimal/lib/bigdecimal/math.rb +++ b/ext/bigdecimal/lib/bigdecimal/math.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'bigdecimal' # diff --git a/ext/bigdecimal/lib/bigdecimal/newton.rb b/ext/bigdecimal/lib/bigdecimal/newton.rb index db1a5ad99e..85bacb7f2e 100644 --- a/ext/bigdecimal/lib/bigdecimal/newton.rb +++ b/ext/bigdecimal/lib/bigdecimal/newton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require "bigdecimal/ludcmp" require "bigdecimal/jacobian" diff --git a/ext/bigdecimal/lib/bigdecimal/util.rb b/ext/bigdecimal/lib/bigdecimal/util.rb index 82c82c8e1e..0c4e486c00 100644 --- a/ext/bigdecimal/lib/bigdecimal/util.rb +++ b/ext/bigdecimal/lib/bigdecimal/util.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # BigDecimal extends the native Integer class to provide the #to_d method. # # When you require the BigDecimal library in your application, this methodwill diff --git a/ext/bigdecimal/sample/linear.rb b/ext/bigdecimal/sample/linear.rb index a33255f591..3b23269f8a 100644 --- a/ext/bigdecimal/sample/linear.rb +++ b/ext/bigdecimal/sample/linear.rb @@ -1,4 +1,5 @@ #!/usr/local/bin/ruby +# frozen_string_literal: false # # linear.rb diff --git a/ext/bigdecimal/sample/nlsolve.rb b/ext/bigdecimal/sample/nlsolve.rb index 7fa921c2c3..b1dd08e0a3 100644 --- a/ext/bigdecimal/sample/nlsolve.rb +++ b/ext/bigdecimal/sample/nlsolve.rb @@ -1,4 +1,5 @@ #!/usr/local/bin/ruby +# frozen_string_literal: false # # nlsolve.rb diff --git a/ext/bigdecimal/sample/pi.rb b/ext/bigdecimal/sample/pi.rb index 2f7dd27d60..ea9663896c 100644 --- a/ext/bigdecimal/sample/pi.rb +++ b/ext/bigdecimal/sample/pi.rb @@ -1,4 +1,5 @@ #!/usr/local/bin/ruby +# frozen_string_literal: false # # pi.rb diff --git a/ext/continuation/extconf.rb b/ext/continuation/extconf.rb index 17e2d056db..6d54ec01a5 100644 --- a/ext/continuation/extconf.rb +++ b/ext/continuation/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' create_makefile('continuation') diff --git a/ext/coverage/extconf.rb b/ext/coverage/extconf.rb index 769f85b6ef..3a6f530a92 100644 --- a/ext/coverage/extconf.rb +++ b/ext/coverage/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' $VPATH << '$(topdir)' << '$(top_srcdir)' $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" diff --git a/ext/date/extconf.rb b/ext/date/extconf.rb index a8c6fcaab2..e8596952de 100644 --- a/ext/date/extconf.rb +++ b/ext/date/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' config_string("strict_warnflags") {|w| $warnflags += " #{w}"} create_makefile('date_core') diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb index 4268661cb2..48ce6316bd 100644 --- a/ext/date/lib/date.rb +++ b/ext/date/lib/date.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # date.rb: Written by Tadayoshi Funaba 1998-2011 require 'date_core' diff --git a/ext/dbm/extconf.rb b/ext/dbm/extconf.rb index 2c8caa398e..04f751d776 100644 --- a/ext/dbm/extconf.rb +++ b/ext/dbm/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # configure option: # --with-dbm-type=COMMA-SEPARATED-NDBM-TYPES # diff --git a/ext/digest/bubblebabble/extconf.rb b/ext/digest/bubblebabble/extconf.rb index 1214add293..21feed57fb 100644 --- a/ext/digest/bubblebabble/extconf.rb +++ b/ext/digest/bubblebabble/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' $defs << "-DHAVE_CONFIG_H" diff --git a/ext/digest/digest_conf.rb b/ext/digest/digest_conf.rb index 6a4ef6f176..432652852f 100644 --- a/ext/digest/digest_conf.rb +++ b/ext/digest/digest_conf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false def digest_conf(name, hdr = name, funcs = nil, types = nil) unless with_config("bundled-#{name}") cc = with_config("common-digest") diff --git a/ext/digest/extconf.rb b/ext/digest/extconf.rb index a20ca8d68f..a8c68850a2 100644 --- a/ext/digest/extconf.rb +++ b/ext/digest/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # $RoughId: extconf.rb,v 1.6 2001/07/13 15:38:27 knu Exp $ # $Id$ diff --git a/ext/digest/lib/digest.rb b/ext/digest/lib/digest.rb index ef43c46ac3..d6daf36f80 100644 --- a/ext/digest/lib/digest.rb +++ b/ext/digest/lib/digest.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'digest.so' module Digest diff --git a/ext/digest/md5/extconf.rb b/ext/digest/md5/extconf.rb index 05a990cdd2..dead9a228b 100644 --- a/ext/digest/md5/extconf.rb +++ b/ext/digest/md5/extconf.rb @@ -1,4 +1,5 @@ # -*- coding: us-ascii -*- +# frozen_string_literal: false # $RoughId: extconf.rb,v 1.3 2001/08/14 19:54:51 knu Exp $ # $Id$ diff --git a/ext/digest/rmd160/extconf.rb b/ext/digest/rmd160/extconf.rb index 15fd095cf2..a02ba56169 100644 --- a/ext/digest/rmd160/extconf.rb +++ b/ext/digest/rmd160/extconf.rb @@ -1,4 +1,5 @@ # -*- coding: us-ascii -*- +# frozen_string_literal: false # $RoughId: extconf.rb,v 1.3 2001/08/14 19:54:51 knu Exp $ # $Id$ diff --git a/ext/digest/sha1/extconf.rb b/ext/digest/sha1/extconf.rb index 03cbf66b5e..0ff4158bef 100644 --- a/ext/digest/sha1/extconf.rb +++ b/ext/digest/sha1/extconf.rb @@ -1,4 +1,5 @@ # -*- coding: us-ascii -*- +# frozen_string_literal: false # $RoughId: extconf.rb,v 1.3 2001/08/14 19:54:51 knu Exp $ # $Id$ diff --git a/ext/digest/sha2/extconf.rb b/ext/digest/sha2/extconf.rb index fe515457b7..5c7f76c7f3 100644 --- a/ext/digest/sha2/extconf.rb +++ b/ext/digest/sha2/extconf.rb @@ -1,4 +1,5 @@ # -*- coding: us-ascii -*- +# frozen_string_literal: false # $RoughId: extconf.rb,v 1.4 2001/08/14 19:54:51 knu Exp $ # $Id$ diff --git a/ext/digest/sha2/lib/sha2.rb b/ext/digest/sha2/lib/sha2.rb index 58d12e9b09..58ff9f5cf0 100644 --- a/ext/digest/sha2/lib/sha2.rb +++ b/ext/digest/sha2/lib/sha2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false #-- # sha2.rb - defines Digest::SHA2 class which wraps up the SHA256, # SHA384, and SHA512 classes. diff --git a/ext/etc/extconf.rb b/ext/etc/extconf.rb index c6b41a4c92..11bc9458c0 100644 --- a/ext/etc/extconf.rb +++ b/ext/etc/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' headers = [] diff --git a/ext/etc/mkconstants.rb b/ext/etc/mkconstants.rb index c9fddfd132..0c4d17e6f9 100644 --- a/ext/etc/mkconstants.rb +++ b/ext/etc/mkconstants.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'optparse' require 'erb' diff --git a/ext/extmk.rb b/ext/extmk.rb index bed183034a..737e5bfdd4 100755 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -1,5 +1,6 @@ #! /usr/local/bin/ruby # -*- mode: ruby; coding: us-ascii -*- +# frozen_string_literal: false # :stopdoc: $extension = nil diff --git a/ext/fcntl/extconf.rb b/ext/fcntl/extconf.rb index 8b717d4a5b..35371ebe18 100644 --- a/ext/fcntl/extconf.rb +++ b/ext/fcntl/extconf.rb @@ -1,2 +1,3 @@ +# frozen_string_literal: false require 'mkmf' create_makefile('fcntl') diff --git a/ext/fiber/extconf.rb b/ext/fiber/extconf.rb index 904ab94a9c..7f11e0dafa 100644 --- a/ext/fiber/extconf.rb +++ b/ext/fiber/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' create_makefile('fiber') diff --git a/ext/fiddle/extconf.rb b/ext/fiddle/extconf.rb index c264a33429..0359355193 100644 --- a/ext/fiddle/extconf.rb +++ b/ext/fiddle/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' # :stopdoc: diff --git a/ext/fiddle/lib/fiddle.rb b/ext/fiddle/lib/fiddle.rb index ae6e299637..5208eb9328 100644 --- a/ext/fiddle/lib/fiddle.rb +++ b/ext/fiddle/lib/fiddle.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'fiddle.so' require 'fiddle/function' require 'fiddle/closure' diff --git a/ext/fiddle/lib/fiddle/closure.rb b/ext/fiddle/lib/fiddle/closure.rb index beb90ecbe5..0b9adbb60a 100644 --- a/ext/fiddle/lib/fiddle/closure.rb +++ b/ext/fiddle/lib/fiddle/closure.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Fiddle class Closure diff --git a/ext/fiddle/lib/fiddle/cparser.rb b/ext/fiddle/lib/fiddle/cparser.rb index 4be82a6ed4..6b9da9fa7c 100644 --- a/ext/fiddle/lib/fiddle/cparser.rb +++ b/ext/fiddle/lib/fiddle/cparser.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Fiddle # A mixin that provides methods for parsing C struct and prototype signatures. # diff --git a/ext/fiddle/lib/fiddle/function.rb b/ext/fiddle/lib/fiddle/function.rb index ab7496e944..fcd90dfd26 100644 --- a/ext/fiddle/lib/fiddle/function.rb +++ b/ext/fiddle/lib/fiddle/function.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Fiddle class Function # The ABI of the Function. diff --git a/ext/fiddle/lib/fiddle/import.rb b/ext/fiddle/lib/fiddle/import.rb index 34f5d7f81c..7f959ed20b 100644 --- a/ext/fiddle/lib/fiddle/import.rb +++ b/ext/fiddle/lib/fiddle/import.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'fiddle' require 'fiddle/struct' require 'fiddle/cparser' diff --git a/ext/fiddle/lib/fiddle/pack.rb b/ext/fiddle/lib/fiddle/pack.rb index e4e9542cc0..6301068450 100644 --- a/ext/fiddle/lib/fiddle/pack.rb +++ b/ext/fiddle/lib/fiddle/pack.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'fiddle' module Fiddle diff --git a/ext/fiddle/lib/fiddle/struct.rb b/ext/fiddle/lib/fiddle/struct.rb index 695a4d2247..233a987269 100644 --- a/ext/fiddle/lib/fiddle/struct.rb +++ b/ext/fiddle/lib/fiddle/struct.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'fiddle' require 'fiddle/value' require 'fiddle/pack' diff --git a/ext/fiddle/lib/fiddle/types.rb b/ext/fiddle/lib/fiddle/types.rb index 02c1d25a37..8a72635a69 100644 --- a/ext/fiddle/lib/fiddle/types.rb +++ b/ext/fiddle/lib/fiddle/types.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Fiddle # Adds Windows type aliases to the including class for use with # Fiddle::Importer. diff --git a/ext/fiddle/lib/fiddle/value.rb b/ext/fiddle/lib/fiddle/value.rb index 8d71e47ce6..ac318cf2c4 100644 --- a/ext/fiddle/lib/fiddle/value.rb +++ b/ext/fiddle/lib/fiddle/value.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'fiddle' module Fiddle diff --git a/ext/fiddle/win32/libffi-config.rb b/ext/fiddle/win32/libffi-config.rb index ecd3b086c0..7a32a91517 100755 --- a/ext/fiddle/win32/libffi-config.rb +++ b/ext/fiddle/win32/libffi-config.rb @@ -1,4 +1,5 @@ #!/usr/bin/ruby +# frozen_string_literal: false require 'fileutils' basedir = File.dirname(__FILE__) diff --git a/ext/gdbm/extconf.rb b/ext/gdbm/extconf.rb index 389bfb633f..d1908ffa5c 100644 --- a/ext/gdbm/extconf.rb +++ b/ext/gdbm/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' dir_config("gdbm") diff --git a/ext/io/console/extconf.rb b/ext/io/console/extconf.rb index fa4aac840b..a4dbd0ff04 100644 --- a/ext/io/console/extconf.rb +++ b/ext/io/console/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' ok = true diff --git a/ext/io/console/lib/console/size.rb b/ext/io/console/lib/console/size.rb index 519bc3be6d..f17206dfcf 100644 --- a/ext/io/console/lib/console/size.rb +++ b/ext/io/console/lib/console/size.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # fallback to console window size def IO.default_console_size [ diff --git a/ext/io/nonblock/extconf.rb b/ext/io/nonblock/extconf.rb index aecdc16cea..d813a01e7c 100644 --- a/ext/io/nonblock/extconf.rb +++ b/ext/io/nonblock/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' target = "io/nonblock" diff --git a/ext/io/wait/extconf.rb b/ext/io/wait/extconf.rb index eed3543124..b5d36c3fe3 100644 --- a/ext/io/wait/extconf.rb +++ b/ext/io/wait/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' target = "io/wait" diff --git a/ext/json/extconf.rb b/ext/json/extconf.rb index 850798c643..ad1ef9ba82 100644 --- a/ext/json/extconf.rb +++ b/ext/json/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' create_makefile('json') diff --git a/ext/json/generator/extconf.rb b/ext/json/generator/extconf.rb index 8627c5f4bd..fd5c4a7f49 100644 --- a/ext/json/generator/extconf.rb +++ b/ext/json/generator/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' $defs << "-DJSON_GENERATOR" diff --git a/ext/json/lib/json.rb b/ext/json/lib/json.rb index 24aa385c91..61bb8fae0e 100644 --- a/ext/json/lib/json.rb +++ b/ext/json/lib/json.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'json/common' ## diff --git a/ext/json/lib/json/add/bigdecimal.rb b/ext/json/lib/json/add/bigdecimal.rb index 0ef69f12e0..a7646860a2 100644 --- a/ext/json/lib/json/add/bigdecimal.rb +++ b/ext/json/lib/json/add/bigdecimal.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/complex.rb b/ext/json/lib/json/add/complex.rb index 3d653bb50d..65d388b48a 100644 --- a/ext/json/lib/json/add/complex.rb +++ b/ext/json/lib/json/add/complex.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/core.rb b/ext/json/lib/json/add/core.rb index 77d9dc0b20..93b2bff424 100644 --- a/ext/json/lib/json/add/core.rb +++ b/ext/json/lib/json/add/core.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # This file requires the implementations of ruby core's custom objects for # serialisation/deserialisation. diff --git a/ext/json/lib/json/add/date.rb b/ext/json/lib/json/add/date.rb index 4288237db1..20f0e8dc77 100644 --- a/ext/json/lib/json/add/date.rb +++ b/ext/json/lib/json/add/date.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/date_time.rb b/ext/json/lib/json/add/date_time.rb index 5ea42ea656..757d43c266 100644 --- a/ext/json/lib/json/add/date_time.rb +++ b/ext/json/lib/json/add/date_time.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/exception.rb b/ext/json/lib/json/add/exception.rb index e6ad257abf..95379d97f5 100644 --- a/ext/json/lib/json/add/exception.rb +++ b/ext/json/lib/json/add/exception.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/ostruct.rb b/ext/json/lib/json/add/ostruct.rb index da81e107a7..2fa1e88b93 100644 --- a/ext/json/lib/json/add/ostruct.rb +++ b/ext/json/lib/json/add/ostruct.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/range.rb b/ext/json/lib/json/add/range.rb index e61e553cdb..4dd7ccf0eb 100644 --- a/ext/json/lib/json/add/range.rb +++ b/ext/json/lib/json/add/range.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/rational.rb b/ext/json/lib/json/add/rational.rb index ee39c20e8d..e83a532775 100644 --- a/ext/json/lib/json/add/rational.rb +++ b/ext/json/lib/json/add/rational.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/regexp.rb b/ext/json/lib/json/add/regexp.rb index 2fcbb6fb14..4bea64fb19 100644 --- a/ext/json/lib/json/add/regexp.rb +++ b/ext/json/lib/json/add/regexp.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/struct.rb b/ext/json/lib/json/add/struct.rb index 6847cde99b..c9afe70770 100644 --- a/ext/json/lib/json/add/struct.rb +++ b/ext/json/lib/json/add/struct.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/symbol.rb b/ext/json/lib/json/add/symbol.rb index 03dc9a56a5..831e5c6173 100644 --- a/ext/json/lib/json/add/symbol.rb +++ b/ext/json/lib/json/add/symbol.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/add/time.rb b/ext/json/lib/json/add/time.rb index d9834677ac..18e57d7555 100644 --- a/ext/json/lib/json/add/time.rb +++ b/ext/json/lib/json/add/time.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb index f44184e138..020615fc1d 100644 --- a/ext/json/lib/json/common.rb +++ b/ext/json/lib/json/common.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'json/version' require 'json/generic_object' diff --git a/ext/json/lib/json/ext.rb b/ext/json/lib/json/ext.rb index c5f813181d..2486f084cd 100644 --- a/ext/json/lib/json/ext.rb +++ b/ext/json/lib/json/ext.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false if ENV['SIMPLECOV_COVERAGE'].to_i == 1 require 'simplecov' SimpleCov.start do diff --git a/ext/json/lib/json/generic_object.rb b/ext/json/lib/json/generic_object.rb index 3a14f0ea7d..2241f6c7ce 100644 --- a/ext/json/lib/json/generic_object.rb +++ b/ext/json/lib/json/generic_object.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'ostruct' module JSON diff --git a/ext/json/lib/json/version.rb b/ext/json/lib/json/version.rb index 5a4013dbf6..b5748334b9 100644 --- a/ext/json/lib/json/version.rb +++ b/ext/json/lib/json/version.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module JSON # JSON version VERSION = '1.8.3' diff --git a/ext/json/parser/extconf.rb b/ext/json/parser/extconf.rb index 2addc53e7f..f7360d46b2 100644 --- a/ext/json/parser/extconf.rb +++ b/ext/json/parser/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' have_func("rb_enc_raise", "ruby.h") diff --git a/ext/mathn/complex/extconf.rb b/ext/mathn/complex/extconf.rb index d4d14ffcb8..a3f45ac4fc 100644 --- a/ext/mathn/complex/extconf.rb +++ b/ext/mathn/complex/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require "mkmf" create_makefile "mathn/complex" diff --git a/ext/mathn/rational/extconf.rb b/ext/mathn/rational/extconf.rb index ba76306b7b..4e4cc5f621 100644 --- a/ext/mathn/rational/extconf.rb +++ b/ext/mathn/rational/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require "mkmf" create_makefile "mathn/rational" diff --git a/ext/nkf/extconf.rb b/ext/nkf/extconf.rb index 710662f19c..f41f6b11dc 100644 --- a/ext/nkf/extconf.rb +++ b/ext/nkf/extconf.rb @@ -1,2 +1,3 @@ +# frozen_string_literal: false require 'mkmf' create_makefile('nkf') diff --git a/ext/nkf/lib/kconv.rb b/ext/nkf/lib/kconv.rb index f8c1ae8f59..f52b755288 100644 --- a/ext/nkf/lib/kconv.rb +++ b/ext/nkf/lib/kconv.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # kconv.rb - Kanji Converter. # diff --git a/ext/objspace/extconf.rb b/ext/objspace/extconf.rb index 2b4154303f..adb8ef9169 100644 --- a/ext/objspace/extconf.rb +++ b/ext/objspace/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h. create_makefile('objspace') diff --git a/ext/openssl/deprecation.rb b/ext/openssl/deprecation.rb index 39ebfa0d37..d77353678a 100644 --- a/ext/openssl/deprecation.rb +++ b/ext/openssl/deprecation.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module OpenSSL def self.deprecated_warning_flag unless flag = (@deprecated_warning_flag ||= nil) diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index 41dd9bed66..7bb6cd8f0b 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -1,4 +1,5 @@ # -*- coding: us-ascii -*- +# frozen_string_literal: false =begin = Info 'OpenSSL for Ruby 2' project diff --git a/ext/openssl/lib/openssl.rb b/ext/openssl/lib/openssl.rb index 57f6f9704d..26d167a9b4 100644 --- a/ext/openssl/lib/openssl.rb +++ b/ext/openssl/lib/openssl.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false =begin = Info 'OpenSSL for Ruby 2' project diff --git a/ext/openssl/lib/openssl/bn.rb b/ext/openssl/lib/openssl/bn.rb index 17148f96dc..6d6c96e42d 100644 --- a/ext/openssl/lib/openssl/bn.rb +++ b/ext/openssl/lib/openssl/bn.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false #-- # # = Ruby-space definitions that completes C-space funcs for BN diff --git a/ext/openssl/lib/openssl/buffering.rb b/ext/openssl/lib/openssl/buffering.rb index a97d9ead4d..d082199000 100644 --- a/ext/openssl/lib/openssl/buffering.rb +++ b/ext/openssl/lib/openssl/buffering.rb @@ -1,4 +1,5 @@ # coding: binary +# frozen_string_literal: false #-- #= Info # 'OpenSSL for Ruby 2' project diff --git a/ext/openssl/lib/openssl/cipher.rb b/ext/openssl/lib/openssl/cipher.rb index c7f0aec5a2..a69d5ac827 100644 --- a/ext/openssl/lib/openssl/cipher.rb +++ b/ext/openssl/lib/openssl/cipher.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false #-- # = Ruby-space predefined Cipher subclasses # diff --git a/ext/openssl/lib/openssl/config.rb b/ext/openssl/lib/openssl/config.rb index e1f5dbeab8..8822545192 100644 --- a/ext/openssl/lib/openssl/config.rb +++ b/ext/openssl/lib/openssl/config.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false =begin = Ruby-space definitions that completes C-space funcs for Config diff --git a/ext/openssl/lib/openssl/digest.rb b/ext/openssl/lib/openssl/digest.rb index 8bf85103c0..1240bf596b 100644 --- a/ext/openssl/lib/openssl/digest.rb +++ b/ext/openssl/lib/openssl/digest.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false #-- # = Ruby-space predefined Digest subclasses # diff --git a/ext/openssl/lib/openssl/pkey.rb b/ext/openssl/lib/openssl/pkey.rb index 007934f81e..3f65adadb5 100644 --- a/ext/openssl/lib/openssl/pkey.rb +++ b/ext/openssl/lib/openssl/pkey.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module OpenSSL module PKey if defined?(OpenSSL::PKey::DH) diff --git a/ext/openssl/lib/openssl/ssl.rb b/ext/openssl/lib/openssl/ssl.rb index d3ae155a2a..41a09f18f4 100644 --- a/ext/openssl/lib/openssl/ssl.rb +++ b/ext/openssl/lib/openssl/ssl.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false =begin = Info 'OpenSSL for Ruby 2' project diff --git a/ext/openssl/lib/openssl/x509.rb b/ext/openssl/lib/openssl/x509.rb index e76c6b8c6b..aef3456e0f 100644 --- a/ext/openssl/lib/openssl/x509.rb +++ b/ext/openssl/lib/openssl/x509.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false #-- # = Ruby-space definitions that completes C-space funcs for X509 and subclasses # diff --git a/ext/pathname/extconf.rb b/ext/pathname/extconf.rb index 037f10065d..c9133bc153 100644 --- a/ext/pathname/extconf.rb +++ b/ext/pathname/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' have_struct_member("struct stat", "st_birthtimespec", "sys/stat.h") create_makefile('pathname') diff --git a/ext/psych/extconf.rb b/ext/psych/extconf.rb index 65e83a3554..be33d35a5e 100644 --- a/ext/psych/extconf.rb +++ b/ext/psych/extconf.rb @@ -1,4 +1,5 @@ # -*- coding: us-ascii -*- +# frozen_string_literal: false require 'mkmf' require 'fileutils' diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb index 8ba6ef6cc7..83b5dbba29 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/lib/psych.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false case RUBY_ENGINE when 'jruby' require 'psych_jars' diff --git a/ext/psych/lib/psych/class_loader.rb b/ext/psych/lib/psych/class_loader.rb index 46c6b93627..ba756f7ea7 100644 --- a/ext/psych/lib/psych/class_loader.rb +++ b/ext/psych/lib/psych/class_loader.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/omap' require 'psych/set' diff --git a/ext/psych/lib/psych/coder.rb b/ext/psych/lib/psych/coder.rb index 2b830d2b21..26005f57b4 100644 --- a/ext/psych/lib/psych/coder.rb +++ b/ext/psych/lib/psych/coder.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych ### # If an object defines +encode_with+, then an instance of Psych::Coder will diff --git a/ext/psych/lib/psych/core_ext.rb b/ext/psych/lib/psych/core_ext.rb index 9c8134da7e..1a98279afd 100644 --- a/ext/psych/lib/psych/core_ext.rb +++ b/ext/psych/lib/psych/core_ext.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false class Object def self.yaml_tag url Psych.add_tag(url, self) diff --git a/ext/psych/lib/psych/deprecated.rb b/ext/psych/lib/psych/deprecated.rb index 8c310b3207..165d2102b4 100644 --- a/ext/psych/lib/psych/deprecated.rb +++ b/ext/psych/lib/psych/deprecated.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'date' module Psych diff --git a/ext/psych/lib/psych/exception.rb b/ext/psych/lib/psych/exception.rb index ce9d2caf3f..83c3d7fa82 100644 --- a/ext/psych/lib/psych/exception.rb +++ b/ext/psych/lib/psych/exception.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych class Exception < RuntimeError end diff --git a/ext/psych/lib/psych/handler.rb b/ext/psych/lib/psych/handler.rb index c55afe745f..1ab5f73e95 100644 --- a/ext/psych/lib/psych/handler.rb +++ b/ext/psych/lib/psych/handler.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych ### # Psych::Handler is an abstract base class that defines the events used diff --git a/ext/psych/lib/psych/handlers/document_stream.rb b/ext/psych/lib/psych/handlers/document_stream.rb index e429993c1c..c43b39ebc5 100644 --- a/ext/psych/lib/psych/handlers/document_stream.rb +++ b/ext/psych/lib/psych/handlers/document_stream.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/tree_builder' module Psych diff --git a/ext/psych/lib/psych/handlers/recorder.rb b/ext/psych/lib/psych/handlers/recorder.rb index 4eae62e5f9..341b81dec4 100644 --- a/ext/psych/lib/psych/handlers/recorder.rb +++ b/ext/psych/lib/psych/handlers/recorder.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/handler' module Psych diff --git a/ext/psych/lib/psych/json/ruby_events.rb b/ext/psych/lib/psych/json/ruby_events.rb index 6b73249c06..478eb667c7 100644 --- a/ext/psych/lib/psych/json/ruby_events.rb +++ b/ext/psych/lib/psych/json/ruby_events.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module JSON module RubyEvents # :nodoc: diff --git a/ext/psych/lib/psych/json/stream.rb b/ext/psych/lib/psych/json/stream.rb index fe2a6e9116..83b7e13655 100644 --- a/ext/psych/lib/psych/json/stream.rb +++ b/ext/psych/lib/psych/json/stream.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/json/ruby_events' require 'psych/json/yaml_events' diff --git a/ext/psych/lib/psych/json/tree_builder.rb b/ext/psych/lib/psych/json/tree_builder.rb index b799c93f58..2f94b8c252 100644 --- a/ext/psych/lib/psych/json/tree_builder.rb +++ b/ext/psych/lib/psych/json/tree_builder.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/json/yaml_events' module Psych diff --git a/ext/psych/lib/psych/json/yaml_events.rb b/ext/psych/lib/psych/json/yaml_events.rb index d054d9b458..07f64737c5 100644 --- a/ext/psych/lib/psych/json/yaml_events.rb +++ b/ext/psych/lib/psych/json/yaml_events.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module JSON module YAMLEvents # :nodoc: diff --git a/ext/psych/lib/psych/nodes.rb b/ext/psych/lib/psych/nodes.rb index f3b33fe975..01573b509b 100644 --- a/ext/psych/lib/psych/nodes.rb +++ b/ext/psych/lib/psych/nodes.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/nodes/node' require 'psych/nodes/stream' require 'psych/nodes/document' diff --git a/ext/psych/lib/psych/nodes/alias.rb b/ext/psych/lib/psych/nodes/alias.rb index 5bd4df13d1..716a00d62f 100644 --- a/ext/psych/lib/psych/nodes/alias.rb +++ b/ext/psych/lib/psych/nodes/alias.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Nodes ### diff --git a/ext/psych/lib/psych/nodes/document.rb b/ext/psych/lib/psych/nodes/document.rb index 32014d60dc..7234fef1d8 100644 --- a/ext/psych/lib/psych/nodes/document.rb +++ b/ext/psych/lib/psych/nodes/document.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Nodes ### diff --git a/ext/psych/lib/psych/nodes/mapping.rb b/ext/psych/lib/psych/nodes/mapping.rb index 5ba95ce4b6..4c11df8cd6 100644 --- a/ext/psych/lib/psych/nodes/mapping.rb +++ b/ext/psych/lib/psych/nodes/mapping.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Nodes ### diff --git a/ext/psych/lib/psych/nodes/node.rb b/ext/psych/lib/psych/nodes/node.rb index 83233a61fd..e3621dc451 100644 --- a/ext/psych/lib/psych/nodes/node.rb +++ b/ext/psych/lib/psych/nodes/node.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'stringio' require 'psych/class_loader' require 'psych/scalar_scanner' diff --git a/ext/psych/lib/psych/nodes/scalar.rb b/ext/psych/lib/psych/nodes/scalar.rb index 1b1b25b98a..ee5570518e 100644 --- a/ext/psych/lib/psych/nodes/scalar.rb +++ b/ext/psych/lib/psych/nodes/scalar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Nodes ### diff --git a/ext/psych/lib/psych/nodes/sequence.rb b/ext/psych/lib/psych/nodes/sequence.rb index 7e907fe2c8..1096469567 100644 --- a/ext/psych/lib/psych/nodes/sequence.rb +++ b/ext/psych/lib/psych/nodes/sequence.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Nodes ### diff --git a/ext/psych/lib/psych/nodes/stream.rb b/ext/psych/lib/psych/nodes/stream.rb index 7cf5e033ec..559b0846e7 100644 --- a/ext/psych/lib/psych/nodes/stream.rb +++ b/ext/psych/lib/psych/nodes/stream.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Nodes ### diff --git a/ext/psych/lib/psych/omap.rb b/ext/psych/lib/psych/omap.rb index 6286270616..233b945c4a 100644 --- a/ext/psych/lib/psych/omap.rb +++ b/ext/psych/lib/psych/omap.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych class Omap < ::Hash end diff --git a/ext/psych/lib/psych/parser.rb b/ext/psych/lib/psych/parser.rb index 84085f1fb0..242512f89f 100644 --- a/ext/psych/lib/psych/parser.rb +++ b/ext/psych/lib/psych/parser.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych ### # YAML event parser class. This class parses a YAML document and calls diff --git a/ext/psych/lib/psych/scalar_scanner.rb b/ext/psych/lib/psych/scalar_scanner.rb index 93007902a7..f519da1465 100644 --- a/ext/psych/lib/psych/scalar_scanner.rb +++ b/ext/psych/lib/psych/scalar_scanner.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'strscan' module Psych diff --git a/ext/psych/lib/psych/set.rb b/ext/psych/lib/psych/set.rb index 6793a8ed1b..f35be15e6f 100644 --- a/ext/psych/lib/psych/set.rb +++ b/ext/psych/lib/psych/set.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych class Set < ::Hash end diff --git a/ext/psych/lib/psych/stream.rb b/ext/psych/lib/psych/stream.rb index 88c4c4cb4e..2f63d7d552 100644 --- a/ext/psych/lib/psych/stream.rb +++ b/ext/psych/lib/psych/stream.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych ### # Psych::Stream is a streaming YAML emitter. It will not buffer your YAML, diff --git a/ext/psych/lib/psych/streaming.rb b/ext/psych/lib/psych/streaming.rb index 9d94eb549f..260f8a8008 100644 --- a/ext/psych/lib/psych/streaming.rb +++ b/ext/psych/lib/psych/streaming.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Streaming module ClassMethods diff --git a/ext/psych/lib/psych/syntax_error.rb b/ext/psych/lib/psych/syntax_error.rb index e200ef0060..db293b9fb2 100644 --- a/ext/psych/lib/psych/syntax_error.rb +++ b/ext/psych/lib/psych/syntax_error.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/exception' module Psych diff --git a/ext/psych/lib/psych/tree_builder.rb b/ext/psych/lib/psych/tree_builder.rb index c8f344787c..d359c933af 100644 --- a/ext/psych/lib/psych/tree_builder.rb +++ b/ext/psych/lib/psych/tree_builder.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/handler' module Psych diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb index 530d310f44..5f7652b097 100644 --- a/ext/psych/lib/psych/versions.rb +++ b/ext/psych/lib/psych/versions.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych DEFAULT_SNAKEYAML_VERSION = '1.14'.freeze end diff --git a/ext/psych/lib/psych/visitors.rb b/ext/psych/lib/psych/visitors.rb index cc98b103f1..5dee4ebd7a 100644 --- a/ext/psych/lib/psych/visitors.rb +++ b/ext/psych/lib/psych/visitors.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/visitors/visitor' require 'psych/visitors/to_ruby' require 'psych/visitors/emitter' diff --git a/ext/psych/lib/psych/visitors/depth_first.rb b/ext/psych/lib/psych/visitors/depth_first.rb index c6eb814ac0..2d74a212d6 100644 --- a/ext/psych/lib/psych/visitors/depth_first.rb +++ b/ext/psych/lib/psych/visitors/depth_first.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Visitors class DepthFirst < Psych::Visitors::Visitor diff --git a/ext/psych/lib/psych/visitors/emitter.rb b/ext/psych/lib/psych/visitors/emitter.rb index c886e5092e..f2ff9fdb28 100644 --- a/ext/psych/lib/psych/visitors/emitter.rb +++ b/ext/psych/lib/psych/visitors/emitter.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Visitors class Emitter < Psych::Visitors::Visitor diff --git a/ext/psych/lib/psych/visitors/json_tree.rb b/ext/psych/lib/psych/visitors/json_tree.rb index 0127ac8aa8..f2f0215cd2 100644 --- a/ext/psych/lib/psych/visitors/json_tree.rb +++ b/ext/psych/lib/psych/visitors/json_tree.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/json/ruby_events' module Psych diff --git a/ext/psych/lib/psych/visitors/to_ruby.rb b/ext/psych/lib/psych/visitors/to_ruby.rb index 4c3591b373..c061da25f1 100644 --- a/ext/psych/lib/psych/visitors/to_ruby.rb +++ b/ext/psych/lib/psych/visitors/to_ruby.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/scalar_scanner' require 'psych/class_loader' require 'psych/exception' diff --git a/ext/psych/lib/psych/visitors/visitor.rb b/ext/psych/lib/psych/visitors/visitor.rb index 4d7772f428..d97bf550f6 100644 --- a/ext/psych/lib/psych/visitors/visitor.rb +++ b/ext/psych/lib/psych/visitors/visitor.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Psych module Visitors class Visitor diff --git a/ext/psych/lib/psych/visitors/yaml_tree.rb b/ext/psych/lib/psych/visitors/yaml_tree.rb index 6ad30d2683..e7c7a99060 100644 --- a/ext/psych/lib/psych/visitors/yaml_tree.rb +++ b/ext/psych/lib/psych/visitors/yaml_tree.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/tree_builder' require 'psych/scalar_scanner' require 'psych/class_loader' diff --git a/ext/psych/lib/psych/y.rb b/ext/psych/lib/psych/y.rb index d0e049d4e5..82e05a783c 100644 --- a/ext/psych/lib/psych/y.rb +++ b/ext/psych/lib/psych/y.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module Kernel ### # An alias for Psych.dump_stream meant to be used with IRB. diff --git a/ext/psych/lib/psych_jars.rb b/ext/psych/lib/psych_jars.rb index 795c7ea4a8..bd7ea04de7 100644 --- a/ext/psych/lib/psych_jars.rb +++ b/ext/psych/lib/psych_jars.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'psych/versions' require 'psych.jar' diff --git a/ext/pty/extconf.rb b/ext/pty/extconf.rb index 1db9f6e8aa..b37057f3c9 100644 --- a/ext/pty/extconf.rb +++ b/ext/pty/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" diff --git a/ext/pty/lib/expect.rb b/ext/pty/lib/expect.rb index c3f3925be7..122562127d 100644 --- a/ext/pty/lib/expect.rb +++ b/ext/pty/lib/expect.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $expect_verbose = false # Expect library adds the IO instance method #expect, which does similar act to diff --git a/ext/racc/cparse/extconf.rb b/ext/racc/cparse/extconf.rb index 3710f6f7e7..dfddf57111 100644 --- a/ext/racc/cparse/extconf.rb +++ b/ext/racc/cparse/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # $Id$ require 'mkmf' diff --git a/ext/rbconfig/sizeof/extconf.rb b/ext/rbconfig/sizeof/extconf.rb index 695f13a5ff..b7cc876e7e 100644 --- a/ext/rbconfig/sizeof/extconf.rb +++ b/ext/rbconfig/sizeof/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $srcs = %w[sizes.c] $distcleanfiles.concat($srcs) diff --git a/ext/readline/extconf.rb b/ext/readline/extconf.rb index 5cbcc0ef7d..776ab19ba8 100644 --- a/ext/readline/extconf.rb +++ b/ext/readline/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require "mkmf" readline = Struct.new(:headers, :extra_check).new(["stdio.h"]) diff --git a/ext/ripper/extconf.rb b/ext/ripper/extconf.rb index db54e5ca2a..ec686986f9 100644 --- a/ext/ripper/extconf.rb +++ b/ext/ripper/extconf.rb @@ -1,4 +1,5 @@ #!ruby -s +# frozen_string_literal: false require 'mkmf' require 'rbconfig' diff --git a/ext/ripper/lib/ripper.rb b/ext/ripper/lib/ripper.rb index 542bd405d2..c5c3a8091e 100644 --- a/ext/ripper/lib/ripper.rb +++ b/ext/ripper/lib/ripper.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'ripper/core' require 'ripper/lexer' require 'ripper/filter' diff --git a/ext/ripper/lib/ripper/core.rb b/ext/ripper/lib/ripper/core.rb index de8042f444..53ed14d5e1 100644 --- a/ext/ripper/lib/ripper/core.rb +++ b/ext/ripper/lib/ripper/core.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # $Id$ # diff --git a/ext/ripper/lib/ripper/filter.rb b/ext/ripper/lib/ripper/filter.rb index 239f9f00e1..a50a2c6c4e 100644 --- a/ext/ripper/lib/ripper/filter.rb +++ b/ext/ripper/lib/ripper/filter.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # $Id$ # diff --git a/ext/ripper/lib/ripper/lexer.rb b/ext/ripper/lib/ripper/lexer.rb index e0460e8b02..bb12ee5650 100644 --- a/ext/ripper/lib/ripper/lexer.rb +++ b/ext/ripper/lib/ripper/lexer.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # $Id$ # diff --git a/ext/ripper/lib/ripper/sexp.rb b/ext/ripper/lib/ripper/sexp.rb index d9f445cfed..aa1f86e38c 100644 --- a/ext/ripper/lib/ripper/sexp.rb +++ b/ext/ripper/lib/ripper/sexp.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # $Id$ # diff --git a/ext/ripper/tools/generate-param-macros.rb b/ext/ripper/tools/generate-param-macros.rb index b19f6e8d5c..c1f0c5bc31 100755 --- a/ext/ripper/tools/generate-param-macros.rb +++ b/ext/ripper/tools/generate-param-macros.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false off = true ARGF.each do |line| case line diff --git a/ext/ripper/tools/generate.rb b/ext/ripper/tools/generate.rb index 06b57101d1..cb02de9b4b 100755 --- a/ext/ripper/tools/generate.rb +++ b/ext/ripper/tools/generate.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # $Id$ require 'optparse' diff --git a/ext/ripper/tools/preproc.rb b/ext/ripper/tools/preproc.rb index 06397cea05..2377506cd5 100755 --- a/ext/ripper/tools/preproc.rb +++ b/ext/ripper/tools/preproc.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # $Id$ require 'optparse' diff --git a/ext/ripper/tools/strip.rb b/ext/ripper/tools/strip.rb index 99413c361d..82022d0b55 100755 --- a/ext/ripper/tools/strip.rb +++ b/ext/ripper/tools/strip.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false last_is_void = false ARGF.each do |line| if line.strip.empty? diff --git a/ext/sdbm/extconf.rb b/ext/sdbm/extconf.rb index 67796fbf8a..bdf3e299e6 100644 --- a/ext/sdbm/extconf.rb +++ b/ext/sdbm/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' $defs << "-D""BADMESS=0" diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb index 1c716c48a7..fd70be45da 100644 --- a/ext/socket/extconf.rb +++ b/ext/socket/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'mkmf' AF_INET6_SOCKET_CREATION_TEST = < diff --git a/ext/tk/lib/remote-tk.rb b/ext/tk/lib/remote-tk.rb index f414489645..165e6587fd 100644 --- a/ext/tk/lib/remote-tk.rb +++ b/ext/tk/lib/remote-tk.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # remote-tk.rb - supports to control remote Tk interpreters # by Hidetoshi NAGAI diff --git a/ext/tk/lib/tcltk.rb b/ext/tk/lib/tcltk.rb index f8fbdfbe6d..7796bb86ef 100644 --- a/ext/tk/lib/tcltk.rb +++ b/ext/tk/lib/tcltk.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # tof #### tcltk library, more direct manipulation of tcl/tk diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index dd29589e86..7fe2fb0878 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk.rb - Tk interface module using tcltklib # by Yukihiro Matsumoto diff --git a/ext/tk/lib/tk/after.rb b/ext/tk/lib/tk/after.rb index 8c58210331..3213a6b818 100644 --- a/ext/tk/lib/tk/after.rb +++ b/ext/tk/lib/tk/after.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/after.rb : methods for Tcl/Tk after command # diff --git a/ext/tk/lib/tk/autoload.rb b/ext/tk/lib/tk/autoload.rb index 451922c7d3..3d19fb053d 100644 --- a/ext/tk/lib/tk/autoload.rb +++ b/ext/tk/lib/tk/autoload.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # autoload # diff --git a/ext/tk/lib/tk/bgerror.rb b/ext/tk/lib/tk/bgerror.rb index c82a8e046b..9d2f59357e 100644 --- a/ext/tk/lib/tk/bgerror.rb +++ b/ext/tk/lib/tk/bgerror.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkbgerror -- bgerror ( tkerror ) module # 1998/07/16 by Hidetoshi Nagai diff --git a/ext/tk/lib/tk/bindtag.rb b/ext/tk/lib/tk/bindtag.rb index 23b4e0b7c3..ad3c90b505 100644 --- a/ext/tk/lib/tk/bindtag.rb +++ b/ext/tk/lib/tk/bindtag.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/bind.rb : control event binding # diff --git a/ext/tk/lib/tk/busy.rb b/ext/tk/lib/tk/busy.rb index 7f4f89f524..18ebede9dd 100644 --- a/ext/tk/lib/tk/busy.rb +++ b/ext/tk/lib/tk/busy.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/busy.rb: support 'tk busy' command (Tcl/Tk8.6 or later) # diff --git a/ext/tk/lib/tk/button.rb b/ext/tk/lib/tk/button.rb index 65233c91b6..dc252d8e82 100644 --- a/ext/tk/lib/tk/button.rb +++ b/ext/tk/lib/tk/button.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/button.rb : treat button widget # diff --git a/ext/tk/lib/tk/canvas.rb b/ext/tk/lib/tk/canvas.rb index f3e9a7c229..d707733d8c 100644 --- a/ext/tk/lib/tk/canvas.rb +++ b/ext/tk/lib/tk/canvas.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/canvas.rb - Tk canvas classes # by Yukihiro Matsumoto diff --git a/ext/tk/lib/tk/canvastag.rb b/ext/tk/lib/tk/canvastag.rb index 495d92a9a8..4a14cd78a9 100644 --- a/ext/tk/lib/tk/canvastag.rb +++ b/ext/tk/lib/tk/canvastag.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/canvastag.rb - methods for treating canvas tags # diff --git a/ext/tk/lib/tk/checkbutton.rb b/ext/tk/lib/tk/checkbutton.rb index b7449541c5..521b015b3e 100644 --- a/ext/tk/lib/tk/checkbutton.rb +++ b/ext/tk/lib/tk/checkbutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/checkbutton.rb : treat checkbutton widget # diff --git a/ext/tk/lib/tk/clipboard.rb b/ext/tk/lib/tk/clipboard.rb index d4205a5c28..c5f481f979 100644 --- a/ext/tk/lib/tk/clipboard.rb +++ b/ext/tk/lib/tk/clipboard.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/clipboard.rb : methods to treat clipboard # diff --git a/ext/tk/lib/tk/clock.rb b/ext/tk/lib/tk/clock.rb index 4e9438f5ab..df900d7364 100644 --- a/ext/tk/lib/tk/clock.rb +++ b/ext/tk/lib/tk/clock.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/clock.rb : methods for clock command # diff --git a/ext/tk/lib/tk/composite.rb b/ext/tk/lib/tk/composite.rb index e267c7a22b..830d383d69 100644 --- a/ext/tk/lib/tk/composite.rb +++ b/ext/tk/lib/tk/composite.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/composite.rb : # diff --git a/ext/tk/lib/tk/console.rb b/ext/tk/lib/tk/console.rb index 64e257594c..c560912da8 100644 --- a/ext/tk/lib/tk/console.rb +++ b/ext/tk/lib/tk/console.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/console.rb : control the console on system without a real console # diff --git a/ext/tk/lib/tk/dialog.rb b/ext/tk/lib/tk/dialog.rb index 7ef7820699..0b19be7cfa 100644 --- a/ext/tk/lib/tk/dialog.rb +++ b/ext/tk/lib/tk/dialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/dialog.rb : create dialog boxes # diff --git a/ext/tk/lib/tk/encodedstr.rb b/ext/tk/lib/tk/encodedstr.rb index 59fbb1911d..9ca13b3d1a 100644 --- a/ext/tk/lib/tk/encodedstr.rb +++ b/ext/tk/lib/tk/encodedstr.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/encodedstr.rb : Tk::EncodedString class # diff --git a/ext/tk/lib/tk/entry.rb b/ext/tk/lib/tk/entry.rb index d4aa03f2b6..aa40e4755c 100644 --- a/ext/tk/lib/tk/entry.rb +++ b/ext/tk/lib/tk/entry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/entry.rb - Tk entry classes # by Yukihiro Matsumoto diff --git a/ext/tk/lib/tk/event.rb b/ext/tk/lib/tk/event.rb index bf4e122322..5658e92874 100644 --- a/ext/tk/lib/tk/event.rb +++ b/ext/tk/lib/tk/event.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/event.rb - module for event # diff --git a/ext/tk/lib/tk/font.rb b/ext/tk/lib/tk/font.rb index 03db850f96..7a2a549849 100644 --- a/ext/tk/lib/tk/font.rb +++ b/ext/tk/lib/tk/font.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/font.rb - the class to treat fonts on Ruby/Tk # diff --git a/ext/tk/lib/tk/fontchooser.rb b/ext/tk/lib/tk/fontchooser.rb index 6dab0c6cf9..325ca4dbd2 100644 --- a/ext/tk/lib/tk/fontchooser.rb +++ b/ext/tk/lib/tk/fontchooser.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/fontchooser.rb -- "tk fontchooser" support (Tcl/Tk8.6 or later) # diff --git a/ext/tk/lib/tk/frame.rb b/ext/tk/lib/tk/frame.rb index 5118939732..0682faf3fe 100644 --- a/ext/tk/lib/tk/frame.rb +++ b/ext/tk/lib/tk/frame.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/frame.rb : treat frame widget # diff --git a/ext/tk/lib/tk/grid.rb b/ext/tk/lib/tk/grid.rb index e1e07c44fa..5a4a26403a 100644 --- a/ext/tk/lib/tk/grid.rb +++ b/ext/tk/lib/tk/grid.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/grid.rb : control grid geometry manager # diff --git a/ext/tk/lib/tk/image.rb b/ext/tk/lib/tk/image.rb index 972383982f..ec23e495d0 100644 --- a/ext/tk/lib/tk/image.rb +++ b/ext/tk/lib/tk/image.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/image.rb : treat Tk image objects # diff --git a/ext/tk/lib/tk/itemconfig.rb b/ext/tk/lib/tk/itemconfig.rb index e8eb83d66c..e615fa0950 100644 --- a/ext/tk/lib/tk/itemconfig.rb +++ b/ext/tk/lib/tk/itemconfig.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/itemconfig.rb : control item/tag configuration of widget # diff --git a/ext/tk/lib/tk/itemfont.rb b/ext/tk/lib/tk/itemfont.rb index b5da4fa1ef..92f75ac388 100644 --- a/ext/tk/lib/tk/itemfont.rb +++ b/ext/tk/lib/tk/itemfont.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/itemfont.rb : control font of widget items # diff --git a/ext/tk/lib/tk/kinput.rb b/ext/tk/lib/tk/kinput.rb index b63f756def..6d2b3d7a7a 100644 --- a/ext/tk/lib/tk/kinput.rb +++ b/ext/tk/lib/tk/kinput.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/kinput.rb : control kinput # diff --git a/ext/tk/lib/tk/label.rb b/ext/tk/lib/tk/label.rb index 05e430e49b..48f67deb31 100644 --- a/ext/tk/lib/tk/label.rb +++ b/ext/tk/lib/tk/label.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/label.rb : treat label widget # diff --git a/ext/tk/lib/tk/labelframe.rb b/ext/tk/lib/tk/labelframe.rb index 6f679e55b5..f9497dc2f0 100644 --- a/ext/tk/lib/tk/labelframe.rb +++ b/ext/tk/lib/tk/labelframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/labelframe.rb : treat labelframe widget # diff --git a/ext/tk/lib/tk/listbox.rb b/ext/tk/lib/tk/listbox.rb index 6742b2132c..df4d422007 100644 --- a/ext/tk/lib/tk/listbox.rb +++ b/ext/tk/lib/tk/listbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/listbox.rb : treat listbox widget # diff --git a/ext/tk/lib/tk/macpkg.rb b/ext/tk/lib/tk/macpkg.rb index 3ca7953c13..abf9b176fb 100644 --- a/ext/tk/lib/tk/macpkg.rb +++ b/ext/tk/lib/tk/macpkg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/macpkg.rb : methods for Tcl/Tk packages for Macintosh # 2000/11/22 by Hidetoshi Nagai diff --git a/ext/tk/lib/tk/menu.rb b/ext/tk/lib/tk/menu.rb index bcd250026d..16347a98ea 100644 --- a/ext/tk/lib/tk/menu.rb +++ b/ext/tk/lib/tk/menu.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/menu.rb : treat menu and menubutton # diff --git a/ext/tk/lib/tk/menubar.rb b/ext/tk/lib/tk/menubar.rb index 9d5571c470..17cb4477c9 100644 --- a/ext/tk/lib/tk/menubar.rb +++ b/ext/tk/lib/tk/menubar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/menubar.rb # diff --git a/ext/tk/lib/tk/menuspec.rb b/ext/tk/lib/tk/menuspec.rb index cb3597eec9..2de62242ff 100644 --- a/ext/tk/lib/tk/menuspec.rb +++ b/ext/tk/lib/tk/menuspec.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/menuspec.rb # Hidethoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tk/message.rb b/ext/tk/lib/tk/message.rb index 5f73b3066f..432e9667bd 100644 --- a/ext/tk/lib/tk/message.rb +++ b/ext/tk/lib/tk/message.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/message.rb : treat message widget # diff --git a/ext/tk/lib/tk/mngfocus.rb b/ext/tk/lib/tk/mngfocus.rb index a05fb94f8e..06b20eb6ab 100644 --- a/ext/tk/lib/tk/mngfocus.rb +++ b/ext/tk/lib/tk/mngfocus.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/mngfocus.rb : methods for Tcl/Tk standard library 'focus.tcl' # by Hidetoshi Nagai diff --git a/ext/tk/lib/tk/msgcat.rb b/ext/tk/lib/tk/msgcat.rb index f2d0653c69..1e98889faf 100644 --- a/ext/tk/lib/tk/msgcat.rb +++ b/ext/tk/lib/tk/msgcat.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/msgcat.rb : methods for Tcl message catalog # by Hidetoshi Nagai diff --git a/ext/tk/lib/tk/namespace.rb b/ext/tk/lib/tk/namespace.rb index 0119ba5ef7..1cab6fa060 100644 --- a/ext/tk/lib/tk/namespace.rb +++ b/ext/tk/lib/tk/namespace.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/namespace.rb : methods to manipulate Tcl/Tk namespace # by Hidetoshi Nagai diff --git a/ext/tk/lib/tk/optiondb.rb b/ext/tk/lib/tk/optiondb.rb index 91d2697a86..b27a5e5721 100644 --- a/ext/tk/lib/tk/optiondb.rb +++ b/ext/tk/lib/tk/optiondb.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/optiondb.rb : treat option database # diff --git a/ext/tk/lib/tk/optionobj.rb b/ext/tk/lib/tk/optionobj.rb index 29b06da0eb..4219e4be71 100644 --- a/ext/tk/lib/tk/optionobj.rb +++ b/ext/tk/lib/tk/optionobj.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/optionobj.rb : control options for a group of widgets # diff --git a/ext/tk/lib/tk/pack.rb b/ext/tk/lib/tk/pack.rb index 220a38e524..45926d4043 100644 --- a/ext/tk/lib/tk/pack.rb +++ b/ext/tk/lib/tk/pack.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/pack.rb : control pack geometry manager # diff --git a/ext/tk/lib/tk/package.rb b/ext/tk/lib/tk/package.rb index 0c329732f5..fe6939c2d4 100644 --- a/ext/tk/lib/tk/package.rb +++ b/ext/tk/lib/tk/package.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/package.rb : package command # diff --git a/ext/tk/lib/tk/palette.rb b/ext/tk/lib/tk/palette.rb index 9462bb0667..e118e8dbe5 100644 --- a/ext/tk/lib/tk/palette.rb +++ b/ext/tk/lib/tk/palette.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/palette.rb : methods for Tcl/Tk standard library 'palette.tcl' # 1998/06/21 by Hidetoshi Nagai diff --git a/ext/tk/lib/tk/panedwindow.rb b/ext/tk/lib/tk/panedwindow.rb index 04407802ea..285292f018 100644 --- a/ext/tk/lib/tk/panedwindow.rb +++ b/ext/tk/lib/tk/panedwindow.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/panedwindow.rb : treat panedwindow # diff --git a/ext/tk/lib/tk/place.rb b/ext/tk/lib/tk/place.rb index 109d866fda..efda36df5e 100644 --- a/ext/tk/lib/tk/place.rb +++ b/ext/tk/lib/tk/place.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/place.rb : control place geometry manager # diff --git a/ext/tk/lib/tk/radiobutton.rb b/ext/tk/lib/tk/radiobutton.rb index 627df6d9cf..b0858df2b4 100644 --- a/ext/tk/lib/tk/radiobutton.rb +++ b/ext/tk/lib/tk/radiobutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/radiobutton.rb : treat radiobutton widget # diff --git a/ext/tk/lib/tk/root.rb b/ext/tk/lib/tk/root.rb index b4f0bd107f..3fb7c472d3 100644 --- a/ext/tk/lib/tk/root.rb +++ b/ext/tk/lib/tk/root.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/root.rb : treat root widget # diff --git a/ext/tk/lib/tk/scale.rb b/ext/tk/lib/tk/scale.rb index 0bdcead7f2..f6f60e3c25 100644 --- a/ext/tk/lib/tk/scale.rb +++ b/ext/tk/lib/tk/scale.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/scale.rb : treat scale widget # diff --git a/ext/tk/lib/tk/scrollable.rb b/ext/tk/lib/tk/scrollable.rb index 96959b7a4b..e9b4a93d6d 100644 --- a/ext/tk/lib/tk/scrollable.rb +++ b/ext/tk/lib/tk/scrollable.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/scrollable.rb : module for scrollable widget # diff --git a/ext/tk/lib/tk/scrollbar.rb b/ext/tk/lib/tk/scrollbar.rb index c0ac201acb..c16ed38756 100644 --- a/ext/tk/lib/tk/scrollbar.rb +++ b/ext/tk/lib/tk/scrollbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/scrollbar.rb : treat scrollbar widget # diff --git a/ext/tk/lib/tk/scrollbox.rb b/ext/tk/lib/tk/scrollbox.rb index d20742a666..a470765d7c 100644 --- a/ext/tk/lib/tk/scrollbox.rb +++ b/ext/tk/lib/tk/scrollbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/scrollbox.rb - Tk Listbox with Scrollbar # as an example of Composite Widget diff --git a/ext/tk/lib/tk/selection.rb b/ext/tk/lib/tk/selection.rb index ba0a6f49f9..085d8b2d2d 100644 --- a/ext/tk/lib/tk/selection.rb +++ b/ext/tk/lib/tk/selection.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/selection.rb : control selection # diff --git a/ext/tk/lib/tk/spinbox.rb b/ext/tk/lib/tk/spinbox.rb index f2917d60ca..4be41c4266 100644 --- a/ext/tk/lib/tk/spinbox.rb +++ b/ext/tk/lib/tk/spinbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/spinbox.rb - Tk spinbox classes # by Yukihiro Matsumoto diff --git a/ext/tk/lib/tk/tagfont.rb b/ext/tk/lib/tk/tagfont.rb index a1807395d2..e3fd60465c 100644 --- a/ext/tk/lib/tk/tagfont.rb +++ b/ext/tk/lib/tk/tagfont.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/tagfont.rb : control font of tags # diff --git a/ext/tk/lib/tk/text.rb b/ext/tk/lib/tk/text.rb index c18b3843b4..fc4f112933 100644 --- a/ext/tk/lib/tk/text.rb +++ b/ext/tk/lib/tk/text.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/text.rb - Tk text classes # by Yukihiro Matsumoto diff --git a/ext/tk/lib/tk/textimage.rb b/ext/tk/lib/tk/textimage.rb index 99027a06fb..f7329c5dcc 100644 --- a/ext/tk/lib/tk/textimage.rb +++ b/ext/tk/lib/tk/textimage.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/textimage.rb - treat Tk text image object # diff --git a/ext/tk/lib/tk/textmark.rb b/ext/tk/lib/tk/textmark.rb index d1888c5e54..80945cc70c 100644 --- a/ext/tk/lib/tk/textmark.rb +++ b/ext/tk/lib/tk/textmark.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/textmark.rb - methods for treating text marks # diff --git a/ext/tk/lib/tk/texttag.rb b/ext/tk/lib/tk/texttag.rb index 96692014e4..9f11c6539b 100644 --- a/ext/tk/lib/tk/texttag.rb +++ b/ext/tk/lib/tk/texttag.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/texttag.rb - methods for treating text tags # diff --git a/ext/tk/lib/tk/textwindow.rb b/ext/tk/lib/tk/textwindow.rb index 49327b2c81..e0be5bac7a 100644 --- a/ext/tk/lib/tk/textwindow.rb +++ b/ext/tk/lib/tk/textwindow.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/textwindow.rb - treat Tk text window object # diff --git a/ext/tk/lib/tk/timer.rb b/ext/tk/lib/tk/timer.rb index 29aa84b0d9..794463aab1 100644 --- a/ext/tk/lib/tk/timer.rb +++ b/ext/tk/lib/tk/timer.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/timer.rb : methods for Tcl/Tk after command # diff --git a/ext/tk/lib/tk/tk_mac.rb b/ext/tk/lib/tk/tk_mac.rb index 77bb2349cc..ed90fd1c67 100644 --- a/ext/tk/lib/tk/tk_mac.rb +++ b/ext/tk/lib/tk/tk_mac.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/tk_mac.rb : Access Mac-Specific functionality on OS X from Tk # (supported by Tk8.6 or later) diff --git a/ext/tk/lib/tk/toplevel.rb b/ext/tk/lib/tk/toplevel.rb index 30ef009517..e66b0fc1be 100644 --- a/ext/tk/lib/tk/toplevel.rb +++ b/ext/tk/lib/tk/toplevel.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/toplevel.rb : treat toplevel widget # diff --git a/ext/tk/lib/tk/ttk_selector.rb b/ext/tk/lib/tk/ttk_selector.rb index cc9e9928cb..4589e7fc29 100644 --- a/ext/tk/lib/tk/ttk_selector.rb +++ b/ext/tk/lib/tk/ttk_selector.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ttk_selector # diff --git a/ext/tk/lib/tk/txtwin_abst.rb b/ext/tk/lib/tk/txtwin_abst.rb index 540f806d17..3c9beef6c4 100644 --- a/ext/tk/lib/tk/txtwin_abst.rb +++ b/ext/tk/lib/tk/txtwin_abst.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/txtwin_abst.rb : TkTextWin abstruct class # diff --git a/ext/tk/lib/tk/validation.rb b/ext/tk/lib/tk/validation.rb index 0ebd5c51b7..c6cbfb280e 100644 --- a/ext/tk/lib/tk/validation.rb +++ b/ext/tk/lib/tk/validation.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/validation.rb - validation support module for entry, spinbox, and so on # diff --git a/ext/tk/lib/tk/variable.rb b/ext/tk/lib/tk/variable.rb index 496225a92d..8ac0fc6ace 100644 --- a/ext/tk/lib/tk/variable.rb +++ b/ext/tk/lib/tk/variable.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/variable.rb : treat Tk variable object # diff --git a/ext/tk/lib/tk/virtevent.rb b/ext/tk/lib/tk/virtevent.rb index c11e9692e7..de3c33da36 100644 --- a/ext/tk/lib/tk/virtevent.rb +++ b/ext/tk/lib/tk/virtevent.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/virtevent.rb : treats virtual events # 1998/07/16 by Hidetoshi Nagai diff --git a/ext/tk/lib/tk/winfo.rb b/ext/tk/lib/tk/winfo.rb index b10cfe6760..36f32e5952 100644 --- a/ext/tk/lib/tk/winfo.rb +++ b/ext/tk/lib/tk/winfo.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/winfo.rb : methods for winfo command # diff --git a/ext/tk/lib/tk/winpkg.rb b/ext/tk/lib/tk/winpkg.rb index 80e0439ace..2a8f724bef 100644 --- a/ext/tk/lib/tk/winpkg.rb +++ b/ext/tk/lib/tk/winpkg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/winpkg.rb : methods for Tcl/Tk packages for Microsoft Windows # 2000/11/22 by Hidetoshi Nagai diff --git a/ext/tk/lib/tk/wm.rb b/ext/tk/lib/tk/wm.rb index fcd5a2cbd2..114ba24276 100644 --- a/ext/tk/lib/tk/wm.rb +++ b/ext/tk/lib/tk/wm.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/wm.rb : methods for wm command # diff --git a/ext/tk/lib/tk/xim.rb b/ext/tk/lib/tk/xim.rb index c0126c5175..7e77591b45 100644 --- a/ext/tk/lib/tk/xim.rb +++ b/ext/tk/lib/tk/xim.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tk/xim.rb : control imput_method # diff --git a/ext/tk/lib/tkafter.rb b/ext/tk/lib/tkafter.rb index f65945884c..0ce5049d4a 100644 --- a/ext/tk/lib/tkafter.rb +++ b/ext/tk/lib/tkafter.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkafter.rb - load tk/after.rb # diff --git a/ext/tk/lib/tkbgerror.rb b/ext/tk/lib/tkbgerror.rb index deba7a57fa..875f3fef2f 100644 --- a/ext/tk/lib/tkbgerror.rb +++ b/ext/tk/lib/tkbgerror.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkbgerror.rb - load tk/bgerror.rb # diff --git a/ext/tk/lib/tkcanvas.rb b/ext/tk/lib/tkcanvas.rb index 9524614291..d4d0afac9e 100644 --- a/ext/tk/lib/tkcanvas.rb +++ b/ext/tk/lib/tkcanvas.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkcanvas.rb - load tk/canvas.rb # diff --git a/ext/tk/lib/tkclass.rb b/ext/tk/lib/tkclass.rb index 87f5acc453..947cbf3a4a 100644 --- a/ext/tk/lib/tkclass.rb +++ b/ext/tk/lib/tkclass.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkclass.rb - Tk classes # Date: 2000/11/27 09:23:36 diff --git a/ext/tk/lib/tkconsole.rb b/ext/tk/lib/tkconsole.rb index 9960ddb8ac..f4e8669c11 100644 --- a/ext/tk/lib/tkconsole.rb +++ b/ext/tk/lib/tkconsole.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkconsole.rb - load tk/console.rb # diff --git a/ext/tk/lib/tkdialog.rb b/ext/tk/lib/tkdialog.rb index bec5e5d29a..7a24e2a37a 100644 --- a/ext/tk/lib/tkdialog.rb +++ b/ext/tk/lib/tkdialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkdialog.rb - load tk/dialog.rb # diff --git a/ext/tk/lib/tkentry.rb b/ext/tk/lib/tkentry.rb index 2dcfcab5da..9ae2f7c8fe 100644 --- a/ext/tk/lib/tkentry.rb +++ b/ext/tk/lib/tkentry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkentry.rb - load tk/entry.rb # diff --git a/ext/tk/lib/tkextlib/ICONS.rb b/ext/tk/lib/tkextlib/ICONS.rb index 18d84c05e9..10402c1292 100644 --- a/ext/tk/lib/tkextlib/ICONS.rb +++ b/ext/tk/lib/tkextlib/ICONS.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ICONS support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/ICONS/icons.rb b/ext/tk/lib/tkextlib/ICONS/icons.rb index bd3180aa55..2934757b6d 100644 --- a/ext/tk/lib/tkextlib/ICONS/icons.rb +++ b/ext/tk/lib/tkextlib/ICONS/icons.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/ICONS/icons.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/ICONS/setup.rb b/ext/tk/lib/tkextlib/ICONS/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/ICONS/setup.rb +++ b/ext/tk/lib/tkextlib/ICONS/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/blt.rb b/ext/tk/lib/tkextlib/blt.rb index 8b132e41a7..665e41226f 100644 --- a/ext/tk/lib/tkextlib/blt.rb +++ b/ext/tk/lib/tkextlib/blt.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # BLT support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/barchart.rb b/ext/tk/lib/tkextlib/blt/barchart.rb index a86b91c959..5b6f09ead3 100644 --- a/ext/tk/lib/tkextlib/blt/barchart.rb +++ b/ext/tk/lib/tkextlib/blt/barchart.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/barchart.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/bitmap.rb b/ext/tk/lib/tkextlib/blt/bitmap.rb index 3254b63116..b9f411044e 100644 --- a/ext/tk/lib/tkextlib/blt/bitmap.rb +++ b/ext/tk/lib/tkextlib/blt/bitmap.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/bitmap.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/busy.rb b/ext/tk/lib/tkextlib/blt/busy.rb index b5287fb5b7..ab24420750 100644 --- a/ext/tk/lib/tkextlib/blt/busy.rb +++ b/ext/tk/lib/tkextlib/blt/busy.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/busy.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/component.rb b/ext/tk/lib/tkextlib/blt/component.rb index c7ea213cee..a6b6f13905 100644 --- a/ext/tk/lib/tkextlib/blt/component.rb +++ b/ext/tk/lib/tkextlib/blt/component.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/component.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/container.rb b/ext/tk/lib/tkextlib/blt/container.rb index be05828d95..6ee11138d7 100644 --- a/ext/tk/lib/tkextlib/blt/container.rb +++ b/ext/tk/lib/tkextlib/blt/container.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/container.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/cutbuffer.rb b/ext/tk/lib/tkextlib/blt/cutbuffer.rb index 1cc39dfb94..b36aece6e7 100644 --- a/ext/tk/lib/tkextlib/blt/cutbuffer.rb +++ b/ext/tk/lib/tkextlib/blt/cutbuffer.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/cutbuffer.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/dragdrop.rb b/ext/tk/lib/tkextlib/blt/dragdrop.rb index aa5c5654c2..dc2531b12e 100644 --- a/ext/tk/lib/tkextlib/blt/dragdrop.rb +++ b/ext/tk/lib/tkextlib/blt/dragdrop.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/dragdrop.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/eps.rb b/ext/tk/lib/tkextlib/blt/eps.rb index 0dba87a7cc..bd2d3cc47e 100644 --- a/ext/tk/lib/tkextlib/blt/eps.rb +++ b/ext/tk/lib/tkextlib/blt/eps.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/eps.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/graph.rb b/ext/tk/lib/tkextlib/blt/graph.rb index 6bd4424065..02de006f33 100644 --- a/ext/tk/lib/tkextlib/blt/graph.rb +++ b/ext/tk/lib/tkextlib/blt/graph.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/graph.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/htext.rb b/ext/tk/lib/tkextlib/blt/htext.rb index 878bd9982d..d0f5e8b5e6 100644 --- a/ext/tk/lib/tkextlib/blt/htext.rb +++ b/ext/tk/lib/tkextlib/blt/htext.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/htext.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/setup.rb b/ext/tk/lib/tkextlib/blt/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/blt/setup.rb +++ b/ext/tk/lib/tkextlib/blt/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/blt/spline.rb b/ext/tk/lib/tkextlib/blt/spline.rb index 9f75a0b217..84d96a08f0 100644 --- a/ext/tk/lib/tkextlib/blt/spline.rb +++ b/ext/tk/lib/tkextlib/blt/spline.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/spline.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/stripchart.rb b/ext/tk/lib/tkextlib/blt/stripchart.rb index 74093f1868..332521ab0b 100644 --- a/ext/tk/lib/tkextlib/blt/stripchart.rb +++ b/ext/tk/lib/tkextlib/blt/stripchart.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/stripchart.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/table.rb b/ext/tk/lib/tkextlib/blt/table.rb index 205e29e6c5..39e345408d 100644 --- a/ext/tk/lib/tkextlib/blt/table.rb +++ b/ext/tk/lib/tkextlib/blt/table.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/table.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tabnotebook.rb b/ext/tk/lib/tkextlib/blt/tabnotebook.rb index 82936c67d3..f08f198163 100644 --- a/ext/tk/lib/tkextlib/blt/tabnotebook.rb +++ b/ext/tk/lib/tkextlib/blt/tabnotebook.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tabnotebook.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tabset.rb b/ext/tk/lib/tkextlib/blt/tabset.rb index c4716c7304..022d9784e9 100644 --- a/ext/tk/lib/tkextlib/blt/tabset.rb +++ b/ext/tk/lib/tkextlib/blt/tabset.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tabset.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/ted.rb b/ext/tk/lib/tkextlib/blt/ted.rb index 53ab9acdaa..7e81eab27d 100644 --- a/ext/tk/lib/tkextlib/blt/ted.rb +++ b/ext/tk/lib/tkextlib/blt/ted.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/ted.rb # diff --git a/ext/tk/lib/tkextlib/blt/tile.rb b/ext/tk/lib/tkextlib/blt/tile.rb index c67cafd8d6..f52a5d3944 100644 --- a/ext/tk/lib/tkextlib/blt/tile.rb +++ b/ext/tk/lib/tkextlib/blt/tile.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tile.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tile/button.rb b/ext/tk/lib/tkextlib/blt/tile/button.rb index 2e0863cfbe..e3d819edb7 100644 --- a/ext/tk/lib/tkextlib/blt/tile/button.rb +++ b/ext/tk/lib/tkextlib/blt/tile/button.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tile/button.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tile/checkbutton.rb b/ext/tk/lib/tkextlib/blt/tile/checkbutton.rb index da230b5925..0c8c7f9774 100644 --- a/ext/tk/lib/tkextlib/blt/tile/checkbutton.rb +++ b/ext/tk/lib/tkextlib/blt/tile/checkbutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tile/checkbutton.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tile/frame.rb b/ext/tk/lib/tkextlib/blt/tile/frame.rb index 5434af4b72..8d979fe485 100644 --- a/ext/tk/lib/tkextlib/blt/tile/frame.rb +++ b/ext/tk/lib/tkextlib/blt/tile/frame.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tile/frame.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tile/label.rb b/ext/tk/lib/tkextlib/blt/tile/label.rb index f370c1403b..f58450d902 100644 --- a/ext/tk/lib/tkextlib/blt/tile/label.rb +++ b/ext/tk/lib/tkextlib/blt/tile/label.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tile/label.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tile/radiobutton.rb b/ext/tk/lib/tkextlib/blt/tile/radiobutton.rb index 814f9a5cc4..ee449c75b0 100644 --- a/ext/tk/lib/tkextlib/blt/tile/radiobutton.rb +++ b/ext/tk/lib/tkextlib/blt/tile/radiobutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tile/radiobutton.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tile/scrollbar.rb b/ext/tk/lib/tkextlib/blt/tile/scrollbar.rb index 2ae871d518..35d878d5aa 100644 --- a/ext/tk/lib/tkextlib/blt/tile/scrollbar.rb +++ b/ext/tk/lib/tkextlib/blt/tile/scrollbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tile/scrollbar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tile/toplevel.rb b/ext/tk/lib/tkextlib/blt/tile/toplevel.rb index 76d5f86b1b..e30b8b37b5 100644 --- a/ext/tk/lib/tkextlib/blt/tile/toplevel.rb +++ b/ext/tk/lib/tkextlib/blt/tile/toplevel.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tile/toplevel.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/tree.rb b/ext/tk/lib/tkextlib/blt/tree.rb index 1a3563e60d..6c84ef78a6 100644 --- a/ext/tk/lib/tkextlib/blt/tree.rb +++ b/ext/tk/lib/tkextlib/blt/tree.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/tree.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/treeview.rb b/ext/tk/lib/tkextlib/blt/treeview.rb index 38d90412e0..2866ba3027 100644 --- a/ext/tk/lib/tkextlib/blt/treeview.rb +++ b/ext/tk/lib/tkextlib/blt/treeview.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/treeview.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/unix_dnd.rb b/ext/tk/lib/tkextlib/blt/unix_dnd.rb index 8996f7c891..3c0cd33b79 100644 --- a/ext/tk/lib/tkextlib/blt/unix_dnd.rb +++ b/ext/tk/lib/tkextlib/blt/unix_dnd.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/unix_dnd.rb # diff --git a/ext/tk/lib/tkextlib/blt/vector.rb b/ext/tk/lib/tkextlib/blt/vector.rb index 742e901d3e..a3ab7e64b2 100644 --- a/ext/tk/lib/tkextlib/blt/vector.rb +++ b/ext/tk/lib/tkextlib/blt/vector.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/vector.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/watch.rb b/ext/tk/lib/tkextlib/blt/watch.rb index 292623ff58..b88c81c745 100644 --- a/ext/tk/lib/tkextlib/blt/watch.rb +++ b/ext/tk/lib/tkextlib/blt/watch.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/watch.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/blt/win_printer.rb b/ext/tk/lib/tkextlib/blt/win_printer.rb index 7ac6a0dcfc..8d609acc19 100644 --- a/ext/tk/lib/tkextlib/blt/win_printer.rb +++ b/ext/tk/lib/tkextlib/blt/win_printer.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/win_printer.rb # diff --git a/ext/tk/lib/tkextlib/blt/winop.rb b/ext/tk/lib/tkextlib/blt/winop.rb index 03bdb60810..38033e1113 100644 --- a/ext/tk/lib/tkextlib/blt/winop.rb +++ b/ext/tk/lib/tkextlib/blt/winop.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/blt/winop.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget.rb b/ext/tk/lib/tkextlib/bwidget.rb index 7a1eff51d8..0fa9c77ecf 100644 --- a/ext/tk/lib/tkextlib/bwidget.rb +++ b/ext/tk/lib/tkextlib/bwidget.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # BWidget extension support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/arrowbutton.rb b/ext/tk/lib/tkextlib/bwidget/arrowbutton.rb index 13fe9e59bf..a991245065 100644 --- a/ext/tk/lib/tkextlib/bwidget/arrowbutton.rb +++ b/ext/tk/lib/tkextlib/bwidget/arrowbutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/arrowbutton.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/bitmap.rb b/ext/tk/lib/tkextlib/bwidget/bitmap.rb index 6cfde203e8..3acdfdf5ec 100644 --- a/ext/tk/lib/tkextlib/bwidget/bitmap.rb +++ b/ext/tk/lib/tkextlib/bwidget/bitmap.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/bitmap.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/button.rb b/ext/tk/lib/tkextlib/bwidget/button.rb index e139fb6708..ad880ebfdd 100644 --- a/ext/tk/lib/tkextlib/bwidget/button.rb +++ b/ext/tk/lib/tkextlib/bwidget/button.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/button.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/buttonbox.rb b/ext/tk/lib/tkextlib/bwidget/buttonbox.rb index a6de33c40c..780a6a649e 100644 --- a/ext/tk/lib/tkextlib/bwidget/buttonbox.rb +++ b/ext/tk/lib/tkextlib/bwidget/buttonbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/buttonbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/combobox.rb b/ext/tk/lib/tkextlib/bwidget/combobox.rb index 16143dfbc6..b3de3186d6 100644 --- a/ext/tk/lib/tkextlib/bwidget/combobox.rb +++ b/ext/tk/lib/tkextlib/bwidget/combobox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/combobox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/dialog.rb b/ext/tk/lib/tkextlib/bwidget/dialog.rb index 3b0656f021..ed929cb830 100644 --- a/ext/tk/lib/tkextlib/bwidget/dialog.rb +++ b/ext/tk/lib/tkextlib/bwidget/dialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/dialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/dragsite.rb b/ext/tk/lib/tkextlib/bwidget/dragsite.rb index 4d4de1780c..6c7ea4491a 100644 --- a/ext/tk/lib/tkextlib/bwidget/dragsite.rb +++ b/ext/tk/lib/tkextlib/bwidget/dragsite.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/dragsite.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/dropsite.rb b/ext/tk/lib/tkextlib/bwidget/dropsite.rb index e5e98fbc51..e5eb7f4a88 100644 --- a/ext/tk/lib/tkextlib/bwidget/dropsite.rb +++ b/ext/tk/lib/tkextlib/bwidget/dropsite.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/dropsite.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/dynamichelp.rb b/ext/tk/lib/tkextlib/bwidget/dynamichelp.rb index 846e58062d..7e7538fc00 100644 --- a/ext/tk/lib/tkextlib/bwidget/dynamichelp.rb +++ b/ext/tk/lib/tkextlib/bwidget/dynamichelp.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/dynamichelp.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/entry.rb b/ext/tk/lib/tkextlib/bwidget/entry.rb index 8dc4496123..bfbe2f1967 100644 --- a/ext/tk/lib/tkextlib/bwidget/entry.rb +++ b/ext/tk/lib/tkextlib/bwidget/entry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/entry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/label.rb b/ext/tk/lib/tkextlib/bwidget/label.rb index e8d9352c62..9a0b73d95c 100644 --- a/ext/tk/lib/tkextlib/bwidget/label.rb +++ b/ext/tk/lib/tkextlib/bwidget/label.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/label.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/labelentry.rb b/ext/tk/lib/tkextlib/bwidget/labelentry.rb index 16e7b46933..501f9515fa 100644 --- a/ext/tk/lib/tkextlib/bwidget/labelentry.rb +++ b/ext/tk/lib/tkextlib/bwidget/labelentry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/labelentry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/labelframe.rb b/ext/tk/lib/tkextlib/bwidget/labelframe.rb index 0710f213f0..21c529c6c9 100644 --- a/ext/tk/lib/tkextlib/bwidget/labelframe.rb +++ b/ext/tk/lib/tkextlib/bwidget/labelframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/labelframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/listbox.rb b/ext/tk/lib/tkextlib/bwidget/listbox.rb index 930491c869..394c379a34 100644 --- a/ext/tk/lib/tkextlib/bwidget/listbox.rb +++ b/ext/tk/lib/tkextlib/bwidget/listbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/listbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/mainframe.rb b/ext/tk/lib/tkextlib/bwidget/mainframe.rb index 92253bd8d3..ad097439c3 100644 --- a/ext/tk/lib/tkextlib/bwidget/mainframe.rb +++ b/ext/tk/lib/tkextlib/bwidget/mainframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/mainframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/messagedlg.rb b/ext/tk/lib/tkextlib/bwidget/messagedlg.rb index 7b62614737..69819360a8 100644 --- a/ext/tk/lib/tkextlib/bwidget/messagedlg.rb +++ b/ext/tk/lib/tkextlib/bwidget/messagedlg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/messagedlg.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/notebook.rb b/ext/tk/lib/tkextlib/bwidget/notebook.rb index ed28bcd86a..05c8939a30 100644 --- a/ext/tk/lib/tkextlib/bwidget/notebook.rb +++ b/ext/tk/lib/tkextlib/bwidget/notebook.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/notebook.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/pagesmanager.rb b/ext/tk/lib/tkextlib/bwidget/pagesmanager.rb index 31bbf1fb8b..ce18ee0edb 100644 --- a/ext/tk/lib/tkextlib/bwidget/pagesmanager.rb +++ b/ext/tk/lib/tkextlib/bwidget/pagesmanager.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/pagesmanager.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/panedwindow.rb b/ext/tk/lib/tkextlib/bwidget/panedwindow.rb index 54cf06cbde..560c563479 100644 --- a/ext/tk/lib/tkextlib/bwidget/panedwindow.rb +++ b/ext/tk/lib/tkextlib/bwidget/panedwindow.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/panedwindow.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/panelframe.rb b/ext/tk/lib/tkextlib/bwidget/panelframe.rb index 1cbf914425..0e32f4e261 100644 --- a/ext/tk/lib/tkextlib/bwidget/panelframe.rb +++ b/ext/tk/lib/tkextlib/bwidget/panelframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/panelframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/passwddlg.rb b/ext/tk/lib/tkextlib/bwidget/passwddlg.rb index ea50c87cef..9fe6fc6a02 100644 --- a/ext/tk/lib/tkextlib/bwidget/passwddlg.rb +++ b/ext/tk/lib/tkextlib/bwidget/passwddlg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/passwddlg.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/progressbar.rb b/ext/tk/lib/tkextlib/bwidget/progressbar.rb index 18eb67349b..f06ddc164e 100644 --- a/ext/tk/lib/tkextlib/bwidget/progressbar.rb +++ b/ext/tk/lib/tkextlib/bwidget/progressbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/progressbar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/progressdlg.rb b/ext/tk/lib/tkextlib/bwidget/progressdlg.rb index 0c0c4540bc..e11a73e88d 100644 --- a/ext/tk/lib/tkextlib/bwidget/progressdlg.rb +++ b/ext/tk/lib/tkextlib/bwidget/progressdlg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/progressdlg.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/scrollableframe.rb b/ext/tk/lib/tkextlib/bwidget/scrollableframe.rb index 5bd00d6870..2b184746a4 100644 --- a/ext/tk/lib/tkextlib/bwidget/scrollableframe.rb +++ b/ext/tk/lib/tkextlib/bwidget/scrollableframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/scrollableframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb b/ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb index ea5a18cc66..9bd5e87554 100644 --- a/ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb +++ b/ext/tk/lib/tkextlib/bwidget/scrolledwindow.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/scrolledwindow.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/scrollview.rb b/ext/tk/lib/tkextlib/bwidget/scrollview.rb index ab27bc91cf..d60fdca89e 100644 --- a/ext/tk/lib/tkextlib/bwidget/scrollview.rb +++ b/ext/tk/lib/tkextlib/bwidget/scrollview.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/scrollview.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/selectcolor.rb b/ext/tk/lib/tkextlib/bwidget/selectcolor.rb index 456175e87e..85809b69bd 100644 --- a/ext/tk/lib/tkextlib/bwidget/selectcolor.rb +++ b/ext/tk/lib/tkextlib/bwidget/selectcolor.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/selectcolor.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/selectfont.rb b/ext/tk/lib/tkextlib/bwidget/selectfont.rb index 23419cb0fa..4f67a2e239 100644 --- a/ext/tk/lib/tkextlib/bwidget/selectfont.rb +++ b/ext/tk/lib/tkextlib/bwidget/selectfont.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/selectfont.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/separator.rb b/ext/tk/lib/tkextlib/bwidget/separator.rb index 6d92321210..786c41c763 100644 --- a/ext/tk/lib/tkextlib/bwidget/separator.rb +++ b/ext/tk/lib/tkextlib/bwidget/separator.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/separator.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/setup.rb b/ext/tk/lib/tkextlib/bwidget/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/bwidget/setup.rb +++ b/ext/tk/lib/tkextlib/bwidget/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/bwidget/spinbox.rb b/ext/tk/lib/tkextlib/bwidget/spinbox.rb index 0a45b045fb..00fe33da39 100644 --- a/ext/tk/lib/tkextlib/bwidget/spinbox.rb +++ b/ext/tk/lib/tkextlib/bwidget/spinbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/entry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/statusbar.rb b/ext/tk/lib/tkextlib/bwidget/statusbar.rb index 5c5dd43fe4..28fd6fab21 100644 --- a/ext/tk/lib/tkextlib/bwidget/statusbar.rb +++ b/ext/tk/lib/tkextlib/bwidget/statusbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/statusbar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/titleframe.rb b/ext/tk/lib/tkextlib/bwidget/titleframe.rb index 71879111c1..eca622399e 100644 --- a/ext/tk/lib/tkextlib/bwidget/titleframe.rb +++ b/ext/tk/lib/tkextlib/bwidget/titleframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/titleframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/tree.rb b/ext/tk/lib/tkextlib/bwidget/tree.rb index 089c482fe8..688ed5f324 100644 --- a/ext/tk/lib/tkextlib/bwidget/tree.rb +++ b/ext/tk/lib/tkextlib/bwidget/tree.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/tree.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/bwidget/widget.rb b/ext/tk/lib/tkextlib/bwidget/widget.rb index a93364b567..ab08826b19 100644 --- a/ext/tk/lib/tkextlib/bwidget/widget.rb +++ b/ext/tk/lib/tkextlib/bwidget/widget.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/bwidget/widget.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/itcl.rb b/ext/tk/lib/tkextlib/itcl.rb index 1d6ecf04f2..3a67b3f651 100644 --- a/ext/tk/lib/tkextlib/itcl.rb +++ b/ext/tk/lib/tkextlib/itcl.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # [incr Tcl] support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/itcl/incr_tcl.rb b/ext/tk/lib/tkextlib/itcl/incr_tcl.rb index 8f6bb33abe..de1be12392 100644 --- a/ext/tk/lib/tkextlib/itcl/incr_tcl.rb +++ b/ext/tk/lib/tkextlib/itcl/incr_tcl.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/itk/incr_tcl.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/itcl/setup.rb b/ext/tk/lib/tkextlib/itcl/setup.rb index 70b38e4916..917b877947 100644 --- a/ext/tk/lib/tkextlib/itcl/setup.rb +++ b/ext/tk/lib/tkextlib/itcl/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/itk.rb b/ext/tk/lib/tkextlib/itk.rb index 7492bd3eb4..112cb789f2 100644 --- a/ext/tk/lib/tkextlib/itk.rb +++ b/ext/tk/lib/tkextlib/itk.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # [incr Tk] support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/itk/incr_tk.rb b/ext/tk/lib/tkextlib/itk/incr_tk.rb index 989585e33b..8c6fe1374f 100644 --- a/ext/tk/lib/tkextlib/itk/incr_tk.rb +++ b/ext/tk/lib/tkextlib/itk/incr_tk.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/itk/incr_tk.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/itk/setup.rb b/ext/tk/lib/tkextlib/itk/setup.rb index 544926efe0..f32d5d6a75 100644 --- a/ext/tk/lib/tkextlib/itk/setup.rb +++ b/ext/tk/lib/tkextlib/itk/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/iwidgets.rb b/ext/tk/lib/tkextlib/iwidgets.rb index ebd4cf7507..2ebd9d993e 100644 --- a/ext/tk/lib/tkextlib/iwidgets.rb +++ b/ext/tk/lib/tkextlib/iwidgets.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # [incr Widgets] support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/buttonbox.rb b/ext/tk/lib/tkextlib/iwidgets/buttonbox.rb index 91e06d1b52..0357114c83 100644 --- a/ext/tk/lib/tkextlib/iwidgets/buttonbox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/buttonbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/buttonbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/calendar.rb b/ext/tk/lib/tkextlib/iwidgets/calendar.rb index a5478c7cc6..4cfb9203c8 100644 --- a/ext/tk/lib/tkextlib/iwidgets/calendar.rb +++ b/ext/tk/lib/tkextlib/iwidgets/calendar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/calendar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb b/ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb index 398eec3f1a..3fe489dc95 100644 --- a/ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/canvasprintbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/canvasprintbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb b/ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb index e64d8154ca..4b5fdf5d7c 100644 --- a/ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb +++ b/ext/tk/lib/tkextlib/iwidgets/canvasprintdialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/canvasprintdialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/checkbox.rb b/ext/tk/lib/tkextlib/iwidgets/checkbox.rb index a7476c824e..4589fe7ffa 100644 --- a/ext/tk/lib/tkextlib/iwidgets/checkbox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/checkbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/checkbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/combobox.rb b/ext/tk/lib/tkextlib/iwidgets/combobox.rb index 82dcf25d0b..d4c05b5be5 100644 --- a/ext/tk/lib/tkextlib/iwidgets/combobox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/combobox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/combobox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/dateentry.rb b/ext/tk/lib/tkextlib/iwidgets/dateentry.rb index 98a0051e55..e135b89ed7 100644 --- a/ext/tk/lib/tkextlib/iwidgets/dateentry.rb +++ b/ext/tk/lib/tkextlib/iwidgets/dateentry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/dateentry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/datefield.rb b/ext/tk/lib/tkextlib/iwidgets/datefield.rb index 50d5405a3b..35977e1f6d 100644 --- a/ext/tk/lib/tkextlib/iwidgets/datefield.rb +++ b/ext/tk/lib/tkextlib/iwidgets/datefield.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/datefield.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/dialog.rb b/ext/tk/lib/tkextlib/iwidgets/dialog.rb index 2d554ca7b5..edefba1844 100644 --- a/ext/tk/lib/tkextlib/iwidgets/dialog.rb +++ b/ext/tk/lib/tkextlib/iwidgets/dialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/dialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/dialogshell.rb b/ext/tk/lib/tkextlib/iwidgets/dialogshell.rb index e880594532..009fc61c56 100644 --- a/ext/tk/lib/tkextlib/iwidgets/dialogshell.rb +++ b/ext/tk/lib/tkextlib/iwidgets/dialogshell.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/dialogshell.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb b/ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb index 07ab025cdf..3ae3f319b6 100644 --- a/ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/disjointlistbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/disjointlistbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/entryfield.rb b/ext/tk/lib/tkextlib/iwidgets/entryfield.rb index 3e7149a662..75baca05d4 100644 --- a/ext/tk/lib/tkextlib/iwidgets/entryfield.rb +++ b/ext/tk/lib/tkextlib/iwidgets/entryfield.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/entryfield.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/extbutton.rb b/ext/tk/lib/tkextlib/iwidgets/extbutton.rb index e744fba91a..3c77c2ec21 100644 --- a/ext/tk/lib/tkextlib/iwidgets/extbutton.rb +++ b/ext/tk/lib/tkextlib/iwidgets/extbutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/extbutton.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb b/ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb index 2ff15bb509..4581771309 100644 --- a/ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/extfileselectionbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/extfileselectionbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb b/ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb index 509fdcf636..32a06cc46f 100644 --- a/ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb +++ b/ext/tk/lib/tkextlib/iwidgets/extfileselectiondialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/extfileselectiondialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/feedback.rb b/ext/tk/lib/tkextlib/iwidgets/feedback.rb index 29d04c8a5d..e52d60edac 100644 --- a/ext/tk/lib/tkextlib/iwidgets/feedback.rb +++ b/ext/tk/lib/tkextlib/iwidgets/feedback.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/feedback.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb b/ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb index a425b53b5f..3811f2b57e 100644 --- a/ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/fileselectionbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/fileselectionbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb b/ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb index ebcdaf8c0b..8d368486ea 100644 --- a/ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb +++ b/ext/tk/lib/tkextlib/iwidgets/fileselectiondialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/fileselectiondialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/finddialog.rb b/ext/tk/lib/tkextlib/iwidgets/finddialog.rb index 3d522e07c8..ff0b587390 100644 --- a/ext/tk/lib/tkextlib/iwidgets/finddialog.rb +++ b/ext/tk/lib/tkextlib/iwidgets/finddialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/finddialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/hierarchy.rb b/ext/tk/lib/tkextlib/iwidgets/hierarchy.rb index cb9301d0c9..af99973240 100644 --- a/ext/tk/lib/tkextlib/iwidgets/hierarchy.rb +++ b/ext/tk/lib/tkextlib/iwidgets/hierarchy.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/hierarchy.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb b/ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb index d4ea1aac65..1650c7af37 100644 --- a/ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb +++ b/ext/tk/lib/tkextlib/iwidgets/hyperhelp.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/hyperhelp.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/labeledframe.rb b/ext/tk/lib/tkextlib/iwidgets/labeledframe.rb index 6595398427..f4f3786528 100644 --- a/ext/tk/lib/tkextlib/iwidgets/labeledframe.rb +++ b/ext/tk/lib/tkextlib/iwidgets/labeledframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/labeledframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb b/ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb index d36d42878d..fe3c03135c 100644 --- a/ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb +++ b/ext/tk/lib/tkextlib/iwidgets/labeledwidget.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/labeledwidget.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/mainwindow.rb b/ext/tk/lib/tkextlib/iwidgets/mainwindow.rb index ebf48021db..34c9eb52e3 100644 --- a/ext/tk/lib/tkextlib/iwidgets/mainwindow.rb +++ b/ext/tk/lib/tkextlib/iwidgets/mainwindow.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/mainwindow.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/menubar.rb b/ext/tk/lib/tkextlib/iwidgets/menubar.rb index f9a17d0b55..f729511230 100644 --- a/ext/tk/lib/tkextlib/iwidgets/menubar.rb +++ b/ext/tk/lib/tkextlib/iwidgets/menubar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/menubar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/messagebox.rb b/ext/tk/lib/tkextlib/iwidgets/messagebox.rb index 6adb53d941..a4c28228ee 100644 --- a/ext/tk/lib/tkextlib/iwidgets/messagebox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/messagebox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/messagebox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/messagedialog.rb b/ext/tk/lib/tkextlib/iwidgets/messagedialog.rb index 9aa590056f..2fb4533b67 100644 --- a/ext/tk/lib/tkextlib/iwidgets/messagedialog.rb +++ b/ext/tk/lib/tkextlib/iwidgets/messagedialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/messagedialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/notebook.rb b/ext/tk/lib/tkextlib/iwidgets/notebook.rb index 7ed4126a4d..ad2a372512 100644 --- a/ext/tk/lib/tkextlib/iwidgets/notebook.rb +++ b/ext/tk/lib/tkextlib/iwidgets/notebook.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/notebook.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/optionmenu.rb b/ext/tk/lib/tkextlib/iwidgets/optionmenu.rb index 57a3cc7d2b..642db11ff1 100644 --- a/ext/tk/lib/tkextlib/iwidgets/optionmenu.rb +++ b/ext/tk/lib/tkextlib/iwidgets/optionmenu.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/optionmenu.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb b/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb index 65463cc85a..5f17bdd862 100644 --- a/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb +++ b/ext/tk/lib/tkextlib/iwidgets/panedwindow.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/panedwindow.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/promptdialog.rb b/ext/tk/lib/tkextlib/iwidgets/promptdialog.rb index 7c7ff7ad62..fc73a51742 100644 --- a/ext/tk/lib/tkextlib/iwidgets/promptdialog.rb +++ b/ext/tk/lib/tkextlib/iwidgets/promptdialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/promptdialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/pushbutton.rb b/ext/tk/lib/tkextlib/iwidgets/pushbutton.rb index ae56788289..cec3563ddc 100644 --- a/ext/tk/lib/tkextlib/iwidgets/pushbutton.rb +++ b/ext/tk/lib/tkextlib/iwidgets/pushbutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/pushbutton.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/radiobox.rb b/ext/tk/lib/tkextlib/iwidgets/radiobox.rb index 21181777b5..1c9e9f8d34 100644 --- a/ext/tk/lib/tkextlib/iwidgets/radiobox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/radiobox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/radiobox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/scopedobject.rb b/ext/tk/lib/tkextlib/iwidgets/scopedobject.rb index 056cd85322..e17fee98dc 100644 --- a/ext/tk/lib/tkextlib/iwidgets/scopedobject.rb +++ b/ext/tk/lib/tkextlib/iwidgets/scopedobject.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/buttonbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb b/ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb index 4dea2f2d5c..463689f513 100644 --- a/ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb +++ b/ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/scrolledcanvas.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb b/ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb index 7b7b95df1c..f105576fd6 100644 --- a/ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb +++ b/ext/tk/lib/tkextlib/iwidgets/scrolledframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/scrolledframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb b/ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb index dc2966bd48..4ee5abe9fc 100644 --- a/ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb +++ b/ext/tk/lib/tkextlib/iwidgets/scrolledhtml.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/scrolledhtml.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb b/ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb index 20a4cd1d36..94949c5524 100644 --- a/ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/scrolledlistbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/scrolledlistbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb b/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb index 69b7d314fd..1e2898988c 100644 --- a/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb +++ b/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/scrolledtext.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb b/ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb index 5ecd2d72d2..a8b4e5a27b 100644 --- a/ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb +++ b/ext/tk/lib/tkextlib/iwidgets/scrolledwidget.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/scrolledwidget.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/selectionbox.rb b/ext/tk/lib/tkextlib/iwidgets/selectionbox.rb index eb8fe3ad52..333f68e306 100644 --- a/ext/tk/lib/tkextlib/iwidgets/selectionbox.rb +++ b/ext/tk/lib/tkextlib/iwidgets/selectionbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/selectionbox.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb b/ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb index 45aecf3266..0d0b94e8d2 100644 --- a/ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb +++ b/ext/tk/lib/tkextlib/iwidgets/selectiondialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/selectiondialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/setup.rb b/ext/tk/lib/tkextlib/iwidgets/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/iwidgets/setup.rb +++ b/ext/tk/lib/tkextlib/iwidgets/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/iwidgets/shell.rb b/ext/tk/lib/tkextlib/iwidgets/shell.rb index c560e3ac29..f09e7d4d31 100644 --- a/ext/tk/lib/tkextlib/iwidgets/shell.rb +++ b/ext/tk/lib/tkextlib/iwidgets/shell.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/shell.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/spindate.rb b/ext/tk/lib/tkextlib/iwidgets/spindate.rb index b3de9ed989..8860348cc0 100644 --- a/ext/tk/lib/tkextlib/iwidgets/spindate.rb +++ b/ext/tk/lib/tkextlib/iwidgets/spindate.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/spindate.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/spinint.rb b/ext/tk/lib/tkextlib/iwidgets/spinint.rb index bede3bb1bf..85736d095c 100644 --- a/ext/tk/lib/tkextlib/iwidgets/spinint.rb +++ b/ext/tk/lib/tkextlib/iwidgets/spinint.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/spinint.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/spinner.rb b/ext/tk/lib/tkextlib/iwidgets/spinner.rb index d960996e22..49968e86d8 100644 --- a/ext/tk/lib/tkextlib/iwidgets/spinner.rb +++ b/ext/tk/lib/tkextlib/iwidgets/spinner.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/spinner.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/spintime.rb b/ext/tk/lib/tkextlib/iwidgets/spintime.rb index 20f8197a09..9b280ec0e4 100644 --- a/ext/tk/lib/tkextlib/iwidgets/spintime.rb +++ b/ext/tk/lib/tkextlib/iwidgets/spintime.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/spintime.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb b/ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb index f56efa9aaf..89e3362185 100644 --- a/ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb +++ b/ext/tk/lib/tkextlib/iwidgets/tabnotebook.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/tabnotebook.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/tabset.rb b/ext/tk/lib/tkextlib/iwidgets/tabset.rb index 501ead4964..816ea087ef 100644 --- a/ext/tk/lib/tkextlib/iwidgets/tabset.rb +++ b/ext/tk/lib/tkextlib/iwidgets/tabset.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/tabset.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/timeentry.rb b/ext/tk/lib/tkextlib/iwidgets/timeentry.rb index b0afb3afd9..d4078e6e4f 100644 --- a/ext/tk/lib/tkextlib/iwidgets/timeentry.rb +++ b/ext/tk/lib/tkextlib/iwidgets/timeentry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/timeentry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/timefield.rb b/ext/tk/lib/tkextlib/iwidgets/timefield.rb index c34281d4ff..d759a0762f 100644 --- a/ext/tk/lib/tkextlib/iwidgets/timefield.rb +++ b/ext/tk/lib/tkextlib/iwidgets/timefield.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/timefield.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/toolbar.rb b/ext/tk/lib/tkextlib/iwidgets/toolbar.rb index 5b474c3816..7f2a54b88b 100644 --- a/ext/tk/lib/tkextlib/iwidgets/toolbar.rb +++ b/ext/tk/lib/tkextlib/iwidgets/toolbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/toolbar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/iwidgets/watch.rb b/ext/tk/lib/tkextlib/iwidgets/watch.rb index f10ec54cb2..c6e862b36a 100644 --- a/ext/tk/lib/tkextlib/iwidgets/watch.rb +++ b/ext/tk/lib/tkextlib/iwidgets/watch.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/iwidgets/watch.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/pkg_checker.rb b/ext/tk/lib/tkextlib/pkg_checker.rb index e2fd97bb6a..76a25ca629 100755 --- a/ext/tk/lib/tkextlib/pkg_checker.rb +++ b/ext/tk/lib/tkextlib/pkg_checker.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false # # Ruby/Tk extension library checker # diff --git a/ext/tk/lib/tkextlib/setup.rb b/ext/tk/lib/tkextlib/setup.rb index 79facc5ee3..08ad32e99b 100644 --- a/ext/tk/lib/tkextlib/setup.rb +++ b/ext/tk/lib/tkextlib/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before using Tk extension libraries # diff --git a/ext/tk/lib/tkextlib/tcllib.rb b/ext/tk/lib/tkextlib/tcllib.rb index 2831989759..75d250cba4 100644 --- a/ext/tk/lib/tkextlib/tcllib.rb +++ b/ext/tk/lib/tkextlib/tcllib.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tcllib extension support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/autoscroll.rb b/ext/tk/lib/tkextlib/tcllib/autoscroll.rb index 2def59bf73..ae45b84787 100644 --- a/ext/tk/lib/tkextlib/tcllib/autoscroll.rb +++ b/ext/tk/lib/tkextlib/tcllib/autoscroll.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/autoscroll.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/calendar.rb b/ext/tk/lib/tkextlib/tcllib/calendar.rb index b6843df176..fa53603d91 100644 --- a/ext/tk/lib/tkextlib/tcllib/calendar.rb +++ b/ext/tk/lib/tkextlib/tcllib/calendar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/calendar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb b/ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb index ba87cd3aae..f3d1847d73 100644 --- a/ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb +++ b/ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/canvas.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/canvas_zoom.rb b/ext/tk/lib/tkextlib/tcllib/canvas_zoom.rb index f4ffb48ece..bb8b04a18b 100644 --- a/ext/tk/lib/tkextlib/tcllib/canvas_zoom.rb +++ b/ext/tk/lib/tkextlib/tcllib/canvas_zoom.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/canvas.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/chatwidget.rb b/ext/tk/lib/tkextlib/tcllib/chatwidget.rb index ddb0340c31..34a8ca5094 100644 --- a/ext/tk/lib/tkextlib/tcllib/chatwidget.rb +++ b/ext/tk/lib/tkextlib/tcllib/chatwidget.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/chatwidget.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/crosshair.rb b/ext/tk/lib/tkextlib/tcllib/crosshair.rb index 49b5361e4f..74cc0a881c 100644 --- a/ext/tk/lib/tkextlib/tcllib/crosshair.rb +++ b/ext/tk/lib/tkextlib/tcllib/crosshair.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/crosshair.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/ctext.rb b/ext/tk/lib/tkextlib/tcllib/ctext.rb index 308847c233..1c61ec81a6 100644 --- a/ext/tk/lib/tkextlib/tcllib/ctext.rb +++ b/ext/tk/lib/tkextlib/tcllib/ctext.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/ctext.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/cursor.rb b/ext/tk/lib/tkextlib/tcllib/cursor.rb index 5c47f9709b..4c93cfc063 100644 --- a/ext/tk/lib/tkextlib/tcllib/cursor.rb +++ b/ext/tk/lib/tkextlib/tcllib/cursor.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/cursor.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/dateentry.rb b/ext/tk/lib/tkextlib/tcllib/dateentry.rb index 77038d95bc..81b38515fc 100644 --- a/ext/tk/lib/tkextlib/tcllib/dateentry.rb +++ b/ext/tk/lib/tkextlib/tcllib/dateentry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/dateentry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/datefield.rb b/ext/tk/lib/tkextlib/tcllib/datefield.rb index 4c2eae741e..ceed1260df 100644 --- a/ext/tk/lib/tkextlib/tcllib/datefield.rb +++ b/ext/tk/lib/tkextlib/tcllib/datefield.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/datefield.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/diagrams.rb b/ext/tk/lib/tkextlib/tcllib/diagrams.rb index d24ba9d232..7fb7b3c7ee 100644 --- a/ext/tk/lib/tkextlib/tcllib/diagrams.rb +++ b/ext/tk/lib/tkextlib/tcllib/diagrams.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/diagrams.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/dialog.rb b/ext/tk/lib/tkextlib/tcllib/dialog.rb index 86a0ef2269..46fd06f177 100644 --- a/ext/tk/lib/tkextlib/tcllib/dialog.rb +++ b/ext/tk/lib/tkextlib/tcllib/dialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/dialog.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/getstring.rb b/ext/tk/lib/tkextlib/tcllib/getstring.rb index 48711d3b66..72d9c5f517 100644 --- a/ext/tk/lib/tkextlib/tcllib/getstring.rb +++ b/ext/tk/lib/tkextlib/tcllib/getstring.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/getstring.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/history.rb b/ext/tk/lib/tkextlib/tcllib/history.rb index a01a4ebfcc..a1b92726ee 100644 --- a/ext/tk/lib/tkextlib/tcllib/history.rb +++ b/ext/tk/lib/tkextlib/tcllib/history.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/history.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/ico.rb b/ext/tk/lib/tkextlib/tcllib/ico.rb index 36a32c6b09..8814205f94 100644 --- a/ext/tk/lib/tkextlib/tcllib/ico.rb +++ b/ext/tk/lib/tkextlib/tcllib/ico.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/ico.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/ip_entry.rb b/ext/tk/lib/tkextlib/tcllib/ip_entry.rb index 4878cc3c23..6bbd8442a6 100644 --- a/ext/tk/lib/tkextlib/tcllib/ip_entry.rb +++ b/ext/tk/lib/tkextlib/tcllib/ip_entry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/ip_entry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/khim.rb b/ext/tk/lib/tkextlib/tcllib/khim.rb index 5dc2130b35..e79f26b381 100644 --- a/ext/tk/lib/tkextlib/tcllib/khim.rb +++ b/ext/tk/lib/tkextlib/tcllib/khim.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/khim.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/menuentry.rb b/ext/tk/lib/tkextlib/tcllib/menuentry.rb index f1eb2f295c..51521499da 100644 --- a/ext/tk/lib/tkextlib/tcllib/menuentry.rb +++ b/ext/tk/lib/tkextlib/tcllib/menuentry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/menuentry.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/ntext.rb b/ext/tk/lib/tkextlib/tcllib/ntext.rb index 7888ed4871..2d0c208236 100644 --- a/ext/tk/lib/tkextlib/tcllib/ntext.rb +++ b/ext/tk/lib/tkextlib/tcllib/ntext.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/ntext.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/panelframe.rb b/ext/tk/lib/tkextlib/tcllib/panelframe.rb index 020c51cbd1..678d5d0a9a 100644 --- a/ext/tk/lib/tkextlib/tcllib/panelframe.rb +++ b/ext/tk/lib/tkextlib/tcllib/panelframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/panelframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/plotchart.rb b/ext/tk/lib/tkextlib/tcllib/plotchart.rb index a1ebe86692..1817f9a791 100644 --- a/ext/tk/lib/tkextlib/tcllib/plotchart.rb +++ b/ext/tk/lib/tkextlib/tcllib/plotchart.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/plotchart.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/ruler.rb b/ext/tk/lib/tkextlib/tcllib/ruler.rb index d22dafa053..f57b0b0e1a 100644 --- a/ext/tk/lib/tkextlib/tcllib/ruler.rb +++ b/ext/tk/lib/tkextlib/tcllib/ruler.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/ruler.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/screenruler.rb b/ext/tk/lib/tkextlib/tcllib/screenruler.rb index 75fa36b66d..64dd4f4ccc 100644 --- a/ext/tk/lib/tkextlib/tcllib/screenruler.rb +++ b/ext/tk/lib/tkextlib/tcllib/screenruler.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/screenruler.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/scrolledwindow.rb b/ext/tk/lib/tkextlib/tcllib/scrolledwindow.rb index c9488b4686..380d301a1a 100644 --- a/ext/tk/lib/tkextlib/tcllib/scrolledwindow.rb +++ b/ext/tk/lib/tkextlib/tcllib/scrolledwindow.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/scrolledwindow.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/scrollwin.rb b/ext/tk/lib/tkextlib/tcllib/scrollwin.rb index c9f6062fef..f9bf127799 100644 --- a/ext/tk/lib/tkextlib/tcllib/scrollwin.rb +++ b/ext/tk/lib/tkextlib/tcllib/scrollwin.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/scrollwin.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/setup.rb b/ext/tk/lib/tkextlib/tcllib/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/tcllib/setup.rb +++ b/ext/tk/lib/tkextlib/tcllib/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/tcllib/statusbar.rb b/ext/tk/lib/tkextlib/tcllib/statusbar.rb index 46a4b9d8b6..b2c8f54b94 100644 --- a/ext/tk/lib/tkextlib/tcllib/statusbar.rb +++ b/ext/tk/lib/tkextlib/tcllib/statusbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/statusbar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/style.rb b/ext/tk/lib/tkextlib/tcllib/style.rb index dac6916e46..f3b66b7861 100644 --- a/ext/tk/lib/tkextlib/tcllib/style.rb +++ b/ext/tk/lib/tkextlib/tcllib/style.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/style.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/superframe.rb b/ext/tk/lib/tkextlib/tcllib/superframe.rb index adc9c4adbd..776ad7c166 100644 --- a/ext/tk/lib/tkextlib/tcllib/superframe.rb +++ b/ext/tk/lib/tkextlib/tcllib/superframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/superframe.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/swaplist.rb b/ext/tk/lib/tkextlib/tcllib/swaplist.rb index 7698640534..7eaed8dbaa 100644 --- a/ext/tk/lib/tkextlib/tcllib/swaplist.rb +++ b/ext/tk/lib/tkextlib/tcllib/swaplist.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/swaplist.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/tablelist.rb b/ext/tk/lib/tkextlib/tcllib/tablelist.rb index bf5ab6620a..7cfe2faf1e 100644 --- a/ext/tk/lib/tkextlib/tcllib/tablelist.rb +++ b/ext/tk/lib/tkextlib/tcllib/tablelist.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/tablelist.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/tablelist_core.rb b/ext/tk/lib/tkextlib/tcllib/tablelist_core.rb index 2a5c415cc7..b45f18796a 100644 --- a/ext/tk/lib/tkextlib/tcllib/tablelist_core.rb +++ b/ext/tk/lib/tkextlib/tcllib/tablelist_core.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/tablelist_core.rb # diff --git a/ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb b/ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb index 0a1458415e..20488fdd48 100644 --- a/ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb +++ b/ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/tablelist_tlie.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/tkpiechart.rb b/ext/tk/lib/tkextlib/tcllib/tkpiechart.rb index 2f6e4b44fc..2fc75a68ec 100644 --- a/ext/tk/lib/tkextlib/tcllib/tkpiechart.rb +++ b/ext/tk/lib/tkextlib/tcllib/tkpiechart.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/tkpiechart.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/toolbar.rb b/ext/tk/lib/tkextlib/tcllib/toolbar.rb index 6eae4eb3e1..ae05a16e05 100644 --- a/ext/tk/lib/tkextlib/tcllib/toolbar.rb +++ b/ext/tk/lib/tkextlib/tcllib/toolbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/toolbar.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/tooltip.rb b/ext/tk/lib/tkextlib/tcllib/tooltip.rb index 070e63a7b5..4a70ec5732 100644 --- a/ext/tk/lib/tkextlib/tcllib/tooltip.rb +++ b/ext/tk/lib/tkextlib/tcllib/tooltip.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/tooltip.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/validator.rb b/ext/tk/lib/tkextlib/tcllib/validator.rb index 3a71960afa..c2c9dda376 100644 --- a/ext/tk/lib/tkextlib/tcllib/validator.rb +++ b/ext/tk/lib/tkextlib/tcllib/validator.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/validator.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tcllib/widget.rb b/ext/tk/lib/tkextlib/tcllib/widget.rb index 57fdf7a575..b8d5070b0b 100644 --- a/ext/tk/lib/tkextlib/tcllib/widget.rb +++ b/ext/tk/lib/tkextlib/tcllib/widget.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tcllib/widget.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tclx.rb b/ext/tk/lib/tkextlib/tclx.rb index 3a4ff27644..1189d855cb 100644 --- a/ext/tk/lib/tkextlib/tclx.rb +++ b/ext/tk/lib/tkextlib/tclx.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TclX support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tclx/setup.rb b/ext/tk/lib/tkextlib/tclx/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/tclx/setup.rb +++ b/ext/tk/lib/tkextlib/tclx/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/tclx/tclx.rb b/ext/tk/lib/tkextlib/tclx/tclx.rb index 5a908fcd0b..7360a85403 100644 --- a/ext/tk/lib/tkextlib/tclx/tclx.rb +++ b/ext/tk/lib/tkextlib/tclx/tclx.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tclx/tclx.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile.rb b/ext/tk/lib/tkextlib/tile.rb index 6c11e212ae..ef15351066 100644 --- a/ext/tk/lib/tkextlib/tile.rb +++ b/ext/tk/lib/tkextlib/tile.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # Tile theme engin (tile widget set) support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/dialog.rb b/ext/tk/lib/tkextlib/tile/dialog.rb index b112e6152b..d81851bb68 100644 --- a/ext/tk/lib/tkextlib/tile/dialog.rb +++ b/ext/tk/lib/tkextlib/tile/dialog.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ttk::dialog (tile-0.7+) # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/setup.rb b/ext/tk/lib/tkextlib/tile/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/tile/setup.rb +++ b/ext/tk/lib/tkextlib/tile/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/tile/sizegrip.rb b/ext/tk/lib/tkextlib/tile/sizegrip.rb index 9947e0d870..4b9510aefa 100644 --- a/ext/tk/lib/tkextlib/tile/sizegrip.rb +++ b/ext/tk/lib/tkextlib/tile/sizegrip.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ttk::sizegrip widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/style.rb b/ext/tk/lib/tkextlib/tile/style.rb index 83a0c9a2e8..a96cba795f 100644 --- a/ext/tk/lib/tkextlib/tile/style.rb +++ b/ext/tk/lib/tkextlib/tile/style.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # style commands # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tbutton.rb b/ext/tk/lib/tkextlib/tile/tbutton.rb index c852024842..217da62eca 100644 --- a/ext/tk/lib/tkextlib/tile/tbutton.rb +++ b/ext/tk/lib/tkextlib/tile/tbutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tbutton widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tcheckbutton.rb b/ext/tk/lib/tkextlib/tile/tcheckbutton.rb index 01751ede0f..c0e4d4b505 100644 --- a/ext/tk/lib/tkextlib/tile/tcheckbutton.rb +++ b/ext/tk/lib/tkextlib/tile/tcheckbutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tcheckbutton widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tcombobox.rb b/ext/tk/lib/tkextlib/tile/tcombobox.rb index b5ab827e2d..f2dec21fbf 100644 --- a/ext/tk/lib/tkextlib/tile/tcombobox.rb +++ b/ext/tk/lib/tkextlib/tile/tcombobox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tcombobox widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tentry.rb b/ext/tk/lib/tkextlib/tile/tentry.rb index 8d2633a774..5d577a65a6 100644 --- a/ext/tk/lib/tkextlib/tile/tentry.rb +++ b/ext/tk/lib/tkextlib/tile/tentry.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tentry widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tframe.rb b/ext/tk/lib/tkextlib/tile/tframe.rb index d6d4312628..5ebf19d1e8 100644 --- a/ext/tk/lib/tkextlib/tile/tframe.rb +++ b/ext/tk/lib/tkextlib/tile/tframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tframe widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tlabel.rb b/ext/tk/lib/tkextlib/tile/tlabel.rb index 55b98acc68..3dddeafc21 100644 --- a/ext/tk/lib/tkextlib/tile/tlabel.rb +++ b/ext/tk/lib/tkextlib/tile/tlabel.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tlabel widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tlabelframe.rb b/ext/tk/lib/tkextlib/tile/tlabelframe.rb index a34c98583f..d512f31ffe 100644 --- a/ext/tk/lib/tkextlib/tile/tlabelframe.rb +++ b/ext/tk/lib/tkextlib/tile/tlabelframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tlabelframe widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tmenubutton.rb b/ext/tk/lib/tkextlib/tile/tmenubutton.rb index 1cf553ec8c..a22ebaeca7 100644 --- a/ext/tk/lib/tkextlib/tile/tmenubutton.rb +++ b/ext/tk/lib/tkextlib/tile/tmenubutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tmenubutton widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tnotebook.rb b/ext/tk/lib/tkextlib/tile/tnotebook.rb index 9e27e2c1fd..4089dcfd4b 100644 --- a/ext/tk/lib/tkextlib/tile/tnotebook.rb +++ b/ext/tk/lib/tkextlib/tile/tnotebook.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tnotebook widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tpaned.rb b/ext/tk/lib/tkextlib/tile/tpaned.rb index d6ad234559..f51a1f3b41 100644 --- a/ext/tk/lib/tkextlib/tile/tpaned.rb +++ b/ext/tk/lib/tkextlib/tile/tpaned.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tpaned widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tprogressbar.rb b/ext/tk/lib/tkextlib/tile/tprogressbar.rb index 0c9d15e1b9..446e053e3b 100644 --- a/ext/tk/lib/tkextlib/tile/tprogressbar.rb +++ b/ext/tk/lib/tkextlib/tile/tprogressbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tprogressbar widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tradiobutton.rb b/ext/tk/lib/tkextlib/tile/tradiobutton.rb index 5dbf260666..202de1eb25 100644 --- a/ext/tk/lib/tkextlib/tile/tradiobutton.rb +++ b/ext/tk/lib/tkextlib/tile/tradiobutton.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tradiobutton widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/treeview.rb b/ext/tk/lib/tkextlib/tile/treeview.rb index 85d7831671..1be8f54348 100644 --- a/ext/tk/lib/tkextlib/tile/treeview.rb +++ b/ext/tk/lib/tkextlib/tile/treeview.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # treeview widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tscale.rb b/ext/tk/lib/tkextlib/tile/tscale.rb index 7eefcef731..446344ecea 100644 --- a/ext/tk/lib/tkextlib/tile/tscale.rb +++ b/ext/tk/lib/tkextlib/tile/tscale.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tscale & tprogress widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tscrollbar.rb b/ext/tk/lib/tkextlib/tile/tscrollbar.rb index c6bba5810b..621ca48efb 100644 --- a/ext/tk/lib/tkextlib/tile/tscrollbar.rb +++ b/ext/tk/lib/tkextlib/tile/tscrollbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tscrollbar widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tseparator.rb b/ext/tk/lib/tkextlib/tile/tseparator.rb index ffd2f6f89f..d4a90e56db 100644 --- a/ext/tk/lib/tkextlib/tile/tseparator.rb +++ b/ext/tk/lib/tkextlib/tile/tseparator.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tseparator widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tspinbox.rb b/ext/tk/lib/tkextlib/tile/tspinbox.rb index 2f2d73c5ab..47d822e68c 100644 --- a/ext/tk/lib/tkextlib/tile/tspinbox.rb +++ b/ext/tk/lib/tkextlib/tile/tspinbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ttk::spinbox widget (Tcl/Tk 8.6b1 or later) # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tile/tsquare.rb b/ext/tk/lib/tkextlib/tile/tsquare.rb index a81cd7b98a..7412966708 100644 --- a/ext/tk/lib/tkextlib/tile/tsquare.rb +++ b/ext/tk/lib/tkextlib/tile/tsquare.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tsquare widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkDND.rb b/ext/tk/lib/tkextlib/tkDND.rb index 5d52e34418..c76c48d169 100644 --- a/ext/tk/lib/tkextlib/tkDND.rb +++ b/ext/tk/lib/tkextlib/tkDND.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkDND (Tk Drag & Drop Extension) support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkDND/setup.rb b/ext/tk/lib/tkextlib/tkDND/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/tkDND/setup.rb +++ b/ext/tk/lib/tkextlib/tkDND/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/tkDND/shape.rb b/ext/tk/lib/tkextlib/tkDND/shape.rb index d44068ed33..06d8d64ac7 100644 --- a/ext/tk/lib/tkextlib/tkDND/shape.rb +++ b/ext/tk/lib/tkextlib/tkDND/shape.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tkDND/shape.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkDND/tkdnd.rb b/ext/tk/lib/tkextlib/tkDND/tkdnd.rb index 38e05ce775..c2059b7c23 100644 --- a/ext/tk/lib/tkextlib/tkDND/tkdnd.rb +++ b/ext/tk/lib/tkextlib/tkDND/tkdnd.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tkDND/tkdnd.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkHTML.rb b/ext/tk/lib/tkextlib/tkHTML.rb index 5fddde72ff..d64e676024 100644 --- a/ext/tk/lib/tkextlib/tkHTML.rb +++ b/ext/tk/lib/tkextlib/tkHTML.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkHtml support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb b/ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb index b9ee90aace..362c381830 100644 --- a/ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb +++ b/ext/tk/lib/tkextlib/tkHTML/htmlwidget.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tkHTML/htmlwidget.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkHTML/setup.rb b/ext/tk/lib/tkextlib/tkHTML/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/tkHTML/setup.rb +++ b/ext/tk/lib/tkextlib/tkHTML/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/tkimg.rb b/ext/tk/lib/tkextlib/tkimg.rb index c01359d3ef..de4b7212c3 100644 --- a/ext/tk/lib/tkextlib/tkimg.rb +++ b/ext/tk/lib/tkextlib/tkimg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg extension support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/bmp.rb b/ext/tk/lib/tkextlib/tkimg/bmp.rb index ea90181aa3..48a3b7ef5f 100644 --- a/ext/tk/lib/tkextlib/tkimg/bmp.rb +++ b/ext/tk/lib/tkextlib/tkimg/bmp.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'bmp' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/dted.rb b/ext/tk/lib/tkextlib/tkimg/dted.rb index cae833664c..30c595c1b6 100644 --- a/ext/tk/lib/tkextlib/tkimg/dted.rb +++ b/ext/tk/lib/tkextlib/tkimg/dted.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'DTED' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/gif.rb b/ext/tk/lib/tkextlib/tkimg/gif.rb index d542d47561..ce5f3e94ec 100644 --- a/ext/tk/lib/tkextlib/tkimg/gif.rb +++ b/ext/tk/lib/tkextlib/tkimg/gif.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'gif' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/ico.rb b/ext/tk/lib/tkextlib/tkimg/ico.rb index e79bdf45e9..80656005f0 100644 --- a/ext/tk/lib/tkextlib/tkimg/ico.rb +++ b/ext/tk/lib/tkextlib/tkimg/ico.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'ico' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/jpeg.rb b/ext/tk/lib/tkextlib/tkimg/jpeg.rb index 2126120161..24e11a84de 100644 --- a/ext/tk/lib/tkextlib/tkimg/jpeg.rb +++ b/ext/tk/lib/tkextlib/tkimg/jpeg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'jpeg' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/pcx.rb b/ext/tk/lib/tkextlib/tkimg/pcx.rb index 6831f4d35b..942d585120 100644 --- a/ext/tk/lib/tkextlib/tkimg/pcx.rb +++ b/ext/tk/lib/tkextlib/tkimg/pcx.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'pcx' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)# diff --git a/ext/tk/lib/tkextlib/tkimg/pixmap.rb b/ext/tk/lib/tkextlib/tkimg/pixmap.rb index bd1b870af7..b90468a108 100644 --- a/ext/tk/lib/tkextlib/tkimg/pixmap.rb +++ b/ext/tk/lib/tkextlib/tkimg/pixmap.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'pixmap' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/png.rb b/ext/tk/lib/tkextlib/tkimg/png.rb index 5c829f48d2..76f7329772 100644 --- a/ext/tk/lib/tkextlib/tkimg/png.rb +++ b/ext/tk/lib/tkextlib/tkimg/png.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'png' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/ppm.rb b/ext/tk/lib/tkextlib/tkimg/ppm.rb index eacfae467d..a6b705e6ad 100644 --- a/ext/tk/lib/tkextlib/tkimg/ppm.rb +++ b/ext/tk/lib/tkextlib/tkimg/ppm.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'ppm' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/ps.rb b/ext/tk/lib/tkextlib/tkimg/ps.rb index 68e9178ac0..2a450ed157 100644 --- a/ext/tk/lib/tkextlib/tkimg/ps.rb +++ b/ext/tk/lib/tkextlib/tkimg/ps.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'ps' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/raw.rb b/ext/tk/lib/tkextlib/tkimg/raw.rb index 5f1cdcaac0..2eddbbc43a 100644 --- a/ext/tk/lib/tkextlib/tkimg/raw.rb +++ b/ext/tk/lib/tkextlib/tkimg/raw.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'Raw Data' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/setup.rb b/ext/tk/lib/tkextlib/tkimg/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/tkimg/setup.rb +++ b/ext/tk/lib/tkextlib/tkimg/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/tkimg/sgi.rb b/ext/tk/lib/tkextlib/tkimg/sgi.rb index ec7038bf0e..73a5bce0ac 100644 --- a/ext/tk/lib/tkextlib/tkimg/sgi.rb +++ b/ext/tk/lib/tkextlib/tkimg/sgi.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'sgi' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/sun.rb b/ext/tk/lib/tkextlib/tkimg/sun.rb index 651f946497..bd1ac0e577 100644 --- a/ext/tk/lib/tkextlib/tkimg/sun.rb +++ b/ext/tk/lib/tkextlib/tkimg/sun.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'sun' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/tga.rb b/ext/tk/lib/tkextlib/tkimg/tga.rb index 1eae407c0a..1dd499b953 100644 --- a/ext/tk/lib/tkextlib/tkimg/tga.rb +++ b/ext/tk/lib/tkextlib/tkimg/tga.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'tga' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/tiff.rb b/ext/tk/lib/tkextlib/tkimg/tiff.rb index ed271c2600..a2d1d8fcc5 100644 --- a/ext/tk/lib/tkextlib/tkimg/tiff.rb +++ b/ext/tk/lib/tkextlib/tkimg/tiff.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'tiff' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/window.rb b/ext/tk/lib/tkextlib/tkimg/window.rb index 3b5906fab6..346f246aa4 100644 --- a/ext/tk/lib/tkextlib/tkimg/window.rb +++ b/ext/tk/lib/tkextlib/tkimg/window.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'window' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/xbm.rb b/ext/tk/lib/tkextlib/tkimg/xbm.rb index f4bea030be..0a4deffdd7 100644 --- a/ext/tk/lib/tkextlib/tkimg/xbm.rb +++ b/ext/tk/lib/tkextlib/tkimg/xbm.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'xbm' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tkimg/xpm.rb b/ext/tk/lib/tkextlib/tkimg/xpm.rb index 5119c8710b..7708b9d427 100644 --- a/ext/tk/lib/tkextlib/tkimg/xpm.rb +++ b/ext/tk/lib/tkextlib/tkimg/xpm.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkImg - format 'xpm' # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tktable.rb b/ext/tk/lib/tkextlib/tktable.rb index 385eb13497..a957294db0 100644 --- a/ext/tk/lib/tkextlib/tktable.rb +++ b/ext/tk/lib/tkextlib/tktable.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkTable support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tktable/setup.rb b/ext/tk/lib/tkextlib/tktable/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/tktable/setup.rb +++ b/ext/tk/lib/tkextlib/tktable/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/tktable/tktable.rb b/ext/tk/lib/tkextlib/tktable/tktable.rb index f7074655ed..d8811a9676 100644 --- a/ext/tk/lib/tkextlib/tktable/tktable.rb +++ b/ext/tk/lib/tkextlib/tktable/tktable.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/tktable/tktable.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tktrans.rb b/ext/tk/lib/tkextlib/tktrans.rb index c5de5be5e6..031eeb9fd7 100644 --- a/ext/tk/lib/tkextlib/tktrans.rb +++ b/ext/tk/lib/tkextlib/tktrans.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkTrans support (win32 only) # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/tktrans/setup.rb b/ext/tk/lib/tkextlib/tktrans/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/tktrans/setup.rb +++ b/ext/tk/lib/tkextlib/tktrans/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/tktrans/tktrans.rb b/ext/tk/lib/tkextlib/tktrans/tktrans.rb index e051c09211..e6e0e3a78d 100644 --- a/ext/tk/lib/tkextlib/tktrans/tktrans.rb +++ b/ext/tk/lib/tkextlib/tktrans/tktrans.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkTrans support (win32 only) # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/treectrl.rb b/ext/tk/lib/tkextlib/treectrl.rb index 1944fb83e3..227d55ff1e 100644 --- a/ext/tk/lib/tkextlib/treectrl.rb +++ b/ext/tk/lib/tkextlib/treectrl.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # TkTreeCtrl support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/treectrl/setup.rb b/ext/tk/lib/tkextlib/treectrl/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/treectrl/setup.rb +++ b/ext/tk/lib/tkextlib/treectrl/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb b/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb index 1879a531ae..dbd59f8c05 100644 --- a/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb +++ b/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/treectrl/tktreectrl.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/trofs.rb b/ext/tk/lib/tkextlib/trofs.rb index 5914e5165f..46581a3dad 100644 --- a/ext/tk/lib/tkextlib/trofs.rb +++ b/ext/tk/lib/tkextlib/trofs.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # trofs support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/trofs/setup.rb b/ext/tk/lib/tkextlib/trofs/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/trofs/setup.rb +++ b/ext/tk/lib/tkextlib/trofs/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/trofs/trofs.rb b/ext/tk/lib/tkextlib/trofs/trofs.rb index 7a2606a275..dc55ec269a 100644 --- a/ext/tk/lib/tkextlib/trofs/trofs.rb +++ b/ext/tk/lib/tkextlib/trofs/trofs.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/trofs/trofs.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/version.rb b/ext/tk/lib/tkextlib/version.rb index 4bef78fe54..68c8ae31a2 100644 --- a/ext/tk/lib/tkextlib/version.rb +++ b/ext/tk/lib/tkextlib/version.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # release date of tkextlib # diff --git a/ext/tk/lib/tkextlib/vu.rb b/ext/tk/lib/tkextlib/vu.rb index d2234eb2a8..145a0b5647 100644 --- a/ext/tk/lib/tkextlib/vu.rb +++ b/ext/tk/lib/tkextlib/vu.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # The vu widget set support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/vu/bargraph.rb b/ext/tk/lib/tkextlib/vu/bargraph.rb index b9fcf925f3..e1d58e9555 100644 --- a/ext/tk/lib/tkextlib/vu/bargraph.rb +++ b/ext/tk/lib/tkextlib/vu/bargraph.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ::vu::bargraph widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/vu/charts.rb b/ext/tk/lib/tkextlib/vu/charts.rb index 8569ac5541..66d5cfd394 100644 --- a/ext/tk/lib/tkextlib/vu/charts.rb +++ b/ext/tk/lib/tkextlib/vu/charts.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # charts -- Create and manipulate canvas Add-On Items # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/vu/dial.rb b/ext/tk/lib/tkextlib/vu/dial.rb index 4d04974a55..7eb5650df0 100644 --- a/ext/tk/lib/tkextlib/vu/dial.rb +++ b/ext/tk/lib/tkextlib/vu/dial.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ::vu::dial widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/vu/pie.rb b/ext/tk/lib/tkextlib/vu/pie.rb index 6b0c485d8a..fb9920cc68 100644 --- a/ext/tk/lib/tkextlib/vu/pie.rb +++ b/ext/tk/lib/tkextlib/vu/pie.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ::vu::pie widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/vu/setup.rb b/ext/tk/lib/tkextlib/vu/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/vu/setup.rb +++ b/ext/tk/lib/tkextlib/vu/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/vu/spinbox.rb b/ext/tk/lib/tkextlib/vu/spinbox.rb index 7d6104f4d1..082ebd1f62 100644 --- a/ext/tk/lib/tkextlib/vu/spinbox.rb +++ b/ext/tk/lib/tkextlib/vu/spinbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # ::vu::spinbox widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/winico.rb b/ext/tk/lib/tkextlib/winico.rb index ce7b8eac5c..996fc409b8 100644 --- a/ext/tk/lib/tkextlib/winico.rb +++ b/ext/tk/lib/tkextlib/winico.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # winico -- Windows Icon extension support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkextlib/winico/setup.rb b/ext/tk/lib/tkextlib/winico/setup.rb index ee406c6ca0..cc967dced6 100644 --- a/ext/tk/lib/tkextlib/winico/setup.rb +++ b/ext/tk/lib/tkextlib/winico/setup.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # setup.rb -- setup script before calling TkPackage.require() # diff --git a/ext/tk/lib/tkextlib/winico/winico.rb b/ext/tk/lib/tkextlib/winico/winico.rb index 9160c2960f..dda0357a16 100644 --- a/ext/tk/lib/tkextlib/winico/winico.rb +++ b/ext/tk/lib/tkextlib/winico/winico.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkextlib/winico/winico.rb # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/lib/tkfont.rb b/ext/tk/lib/tkfont.rb index 38a96633de..6036006aac 100644 --- a/ext/tk/lib/tkfont.rb +++ b/ext/tk/lib/tkfont.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkfont.rb - load tk/font.rb # diff --git a/ext/tk/lib/tkmacpkg.rb b/ext/tk/lib/tkmacpkg.rb index 35560e78ce..4f76c2feb8 100644 --- a/ext/tk/lib/tkmacpkg.rb +++ b/ext/tk/lib/tkmacpkg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkmacpkg.rb - load tk/macpkg.rb # diff --git a/ext/tk/lib/tkmenubar.rb b/ext/tk/lib/tkmenubar.rb index 70214fda1a..43109e2b67 100644 --- a/ext/tk/lib/tkmenubar.rb +++ b/ext/tk/lib/tkmenubar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkmenubar.rb - load tk/menubar.rb # diff --git a/ext/tk/lib/tkmngfocus.rb b/ext/tk/lib/tkmngfocus.rb index fe70950e8e..43abd210c9 100644 --- a/ext/tk/lib/tkmngfocus.rb +++ b/ext/tk/lib/tkmngfocus.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkmngfocus.rb - load tk/mngfocus.rb # diff --git a/ext/tk/lib/tkpalette.rb b/ext/tk/lib/tkpalette.rb index 56b203bbb9..f4e7321c47 100644 --- a/ext/tk/lib/tkpalette.rb +++ b/ext/tk/lib/tkpalette.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkpalette.rb - load tk/palette.rb # diff --git a/ext/tk/lib/tkscrollbox.rb b/ext/tk/lib/tkscrollbox.rb index 6093b2e4e7..c316ce2ea6 100644 --- a/ext/tk/lib/tkscrollbox.rb +++ b/ext/tk/lib/tkscrollbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkscrollbox.rb - load tk/scrollbox.rb # diff --git a/ext/tk/lib/tktext.rb b/ext/tk/lib/tktext.rb index 97ad62a3ea..8ed41ac15a 100644 --- a/ext/tk/lib/tktext.rb +++ b/ext/tk/lib/tktext.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tktext.rb - load tk/text.rb # diff --git a/ext/tk/lib/tkvirtevent.rb b/ext/tk/lib/tkvirtevent.rb index f4fae19a0a..4efa790505 100644 --- a/ext/tk/lib/tkvirtevent.rb +++ b/ext/tk/lib/tkvirtevent.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkvirtevent.rb - load tk/virtevent.rb # diff --git a/ext/tk/lib/tkwinpkg.rb b/ext/tk/lib/tkwinpkg.rb index 83371c546d..97c84f8ab1 100644 --- a/ext/tk/lib/tkwinpkg.rb +++ b/ext/tk/lib/tkwinpkg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkwinpkg.rb - load tk/winpkg.rb # diff --git a/ext/tk/old-extconf.rb b/ext/tk/old-extconf.rb index ebc83a0c0b..a13fa4c46e 100644 --- a/ext/tk/old-extconf.rb +++ b/ext/tk/old-extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # extconf.rb for tcltklib require 'mkmf' diff --git a/ext/tk/sample/24hr_clock.rb b/ext/tk/sample/24hr_clock.rb index 29f84e0b40..3a030ddaf2 100644 --- a/ext/tk/sample/24hr_clock.rb +++ b/ext/tk/sample/24hr_clock.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' diff --git a/ext/tk/sample/binding_sample.rb b/ext/tk/sample/binding_sample.rb index 3c2eb5e1cb..a324a745f3 100644 --- a/ext/tk/sample/binding_sample.rb +++ b/ext/tk/sample/binding_sample.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' diff --git a/ext/tk/sample/bindtag_sample.rb b/ext/tk/sample/bindtag_sample.rb index b13364bb68..7b4ac16f64 100644 --- a/ext/tk/sample/bindtag_sample.rb +++ b/ext/tk/sample/bindtag_sample.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' TkLabel.new(:text=><:left).pack diff --git a/ext/tk/sample/binstr_usage.rb b/ext/tk/sample/binstr_usage.rb index fa81f98b5e..92882b8e1b 100644 --- a/ext/tk/sample/binstr_usage.rb +++ b/ext/tk/sample/binstr_usage.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require "tk" diff --git a/ext/tk/sample/btn_with_frame.rb b/ext/tk/sample/btn_with_frame.rb index d04c95a289..43e120b123 100644 --- a/ext/tk/sample/btn_with_frame.rb +++ b/ext/tk/sample/btn_with_frame.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'tk' class Button_with_Frame < TkButton diff --git a/ext/tk/sample/cd_timer.rb b/ext/tk/sample/cd_timer.rb index e2611fbf23..1efe8cdb7c 100644 --- a/ext/tk/sample/cd_timer.rb +++ b/ext/tk/sample/cd_timer.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false # # countdown timer # usage: cd_timer min [, min ... ] diff --git a/ext/tk/sample/cmd_res_test.rb b/ext/tk/sample/cmd_res_test.rb index 8df2e61af7..52c5bc7515 100644 --- a/ext/tk/sample/cmd_res_test.rb +++ b/ext/tk/sample/cmd_res_test.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'tk' TkOptionDB.readfile(File.expand_path('cmd_resource', File.dirname(__FILE__))) diff --git a/ext/tk/sample/demos-en/anilabel.rb b/ext/tk/sample/demos-en/anilabel.rb index ebd84accd2..a48f4a10e8 100644 --- a/ext/tk/sample/demos-en/anilabel.rb +++ b/ext/tk/sample/demos-en/anilabel.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # animated label widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-en/aniwave.rb b/ext/tk/sample/demos-en/aniwave.rb index 57d58193f6..955f202767 100644 --- a/ext/tk/sample/demos-en/aniwave.rb +++ b/ext/tk/sample/demos-en/aniwave.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # animated wave demo (called by 'widget') # diff --git a/ext/tk/sample/demos-en/arrow.rb b/ext/tk/sample/demos-en/arrow.rb index 452153d010..46229668c2 100644 --- a/ext/tk/sample/demos-en/arrow.rb +++ b/ext/tk/sample/demos-en/arrow.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # arrow.rb # # This demonstration script creates a canvas widget that displays a diff --git a/ext/tk/sample/demos-en/bind.rb b/ext/tk/sample/demos-en/bind.rb index c291e4730a..38f2b46eaf 100644 --- a/ext/tk/sample/demos-en/bind.rb +++ b/ext/tk/sample/demos-en/bind.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # bind.rb # # This demonstration script creates a text widget with bindings set diff --git a/ext/tk/sample/demos-en/bitmap.rb b/ext/tk/sample/demos-en/bitmap.rb index 858d067d0d..bb7a13d7b6 100644 --- a/ext/tk/sample/demos-en/bitmap.rb +++ b/ext/tk/sample/demos-en/bitmap.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # bitmap.rb # # This demonstration script creates a toplevel window that displays diff --git a/ext/tk/sample/demos-en/button.rb b/ext/tk/sample/demos-en/button.rb index f63a2f3b06..00331002d2 100644 --- a/ext/tk/sample/demos-en/button.rb +++ b/ext/tk/sample/demos-en/button.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # button.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/check.rb b/ext/tk/sample/demos-en/check.rb index bf0b73476a..3f3b07bd0a 100644 --- a/ext/tk/sample/demos-en/check.rb +++ b/ext/tk/sample/demos-en/check.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # check.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/check2.rb b/ext/tk/sample/demos-en/check2.rb index 4f7b1f07bc..d68b86438a 100644 --- a/ext/tk/sample/demos-en/check2.rb +++ b/ext/tk/sample/demos-en/check2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # checkbutton widget demo2 (called by 'widget') # diff --git a/ext/tk/sample/demos-en/clrpick.rb b/ext/tk/sample/demos-en/clrpick.rb index 6da28cb112..081d11be4f 100644 --- a/ext/tk/sample/demos-en/clrpick.rb +++ b/ext/tk/sample/demos-en/clrpick.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # clrpick.rb # # This demonstration script prompts the user to select a color. diff --git a/ext/tk/sample/demos-en/colors.rb b/ext/tk/sample/demos-en/colors.rb index b0ef9590b9..dca147b51e 100644 --- a/ext/tk/sample/demos-en/colors.rb +++ b/ext/tk/sample/demos-en/colors.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # colors.rb # # This demonstration script creates a listbox widget that displays diff --git a/ext/tk/sample/demos-en/combo.rb b/ext/tk/sample/demos-en/combo.rb index d77660095c..2f2dd5d6e5 100644 --- a/ext/tk/sample/demos-en/combo.rb +++ b/ext/tk/sample/demos-en/combo.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # combo.rb -- # # This demonstration script creates several combobox widgets. diff --git a/ext/tk/sample/demos-en/cscroll.rb b/ext/tk/sample/demos-en/cscroll.rb index 40a3afc0ad..eac615d035 100644 --- a/ext/tk/sample/demos-en/cscroll.rb +++ b/ext/tk/sample/demos-en/cscroll.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # cscroll.rb # # This demonstration script creates a simple canvas that can be diff --git a/ext/tk/sample/demos-en/ctext.rb b/ext/tk/sample/demos-en/ctext.rb index e04cb283f0..dbd26d21df 100644 --- a/ext/tk/sample/demos-en/ctext.rb +++ b/ext/tk/sample/demos-en/ctext.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # ctext.rb # # This demonstration script creates a canvas widget with a text diff --git a/ext/tk/sample/demos-en/dialog1.rb b/ext/tk/sample/demos-en/dialog1.rb index af476ecd05..3fd56a69c3 100644 --- a/ext/tk/sample/demos-en/dialog1.rb +++ b/ext/tk/sample/demos-en/dialog1.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # a dialog box with a local grab (called by 'widget') # diff --git a/ext/tk/sample/demos-en/dialog2.rb b/ext/tk/sample/demos-en/dialog2.rb index efc4b714da..fed14081c8 100644 --- a/ext/tk/sample/demos-en/dialog2.rb +++ b/ext/tk/sample/demos-en/dialog2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # a dialog box with a global grab (called by 'widget') # diff --git a/ext/tk/sample/demos-en/entry1.rb b/ext/tk/sample/demos-en/entry1.rb index fac0afc243..d6b0af2b5d 100644 --- a/ext/tk/sample/demos-en/entry1.rb +++ b/ext/tk/sample/demos-en/entry1.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # entry (no scrollbars) widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-en/entry2.rb b/ext/tk/sample/demos-en/entry2.rb index 05a6c83cfd..460a0a02ea 100644 --- a/ext/tk/sample/demos-en/entry2.rb +++ b/ext/tk/sample/demos-en/entry2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # entry2.rb # # This demonstration script is the same as the entry1.tcl script diff --git a/ext/tk/sample/demos-en/entry3.rb b/ext/tk/sample/demos-en/entry3.rb index d3bc629fdf..6170fe1365 100644 --- a/ext/tk/sample/demos-en/entry3.rb +++ b/ext/tk/sample/demos-en/entry3.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # entry3.rb -- # # This demonstration script creates several entry widgets whose diff --git a/ext/tk/sample/demos-en/filebox.rb b/ext/tk/sample/demos-en/filebox.rb index 0c284c11d4..2bdf0aac10 100644 --- a/ext/tk/sample/demos-en/filebox.rb +++ b/ext/tk/sample/demos-en/filebox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # filebox.rb # # This demonstration script prompts the user to select a file.# diff --git a/ext/tk/sample/demos-en/floor.rb b/ext/tk/sample/demos-en/floor.rb index eb8b23eb7d..b22ccecfd2 100644 --- a/ext/tk/sample/demos-en/floor.rb +++ b/ext/tk/sample/demos-en/floor.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # floor.rb # # This demonstration script creates a canvas widet that displays the diff --git a/ext/tk/sample/demos-en/floor2.rb b/ext/tk/sample/demos-en/floor2.rb index 3bfa89a920..a95bfedbfd 100644 --- a/ext/tk/sample/demos-en/floor2.rb +++ b/ext/tk/sample/demos-en/floor2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false %# floor2.rb # # This demonstration script creates a canvas widet that displays the diff --git a/ext/tk/sample/demos-en/form.rb b/ext/tk/sample/demos-en/form.rb index abb3e0e10e..b6c6655083 100644 --- a/ext/tk/sample/demos-en/form.rb +++ b/ext/tk/sample/demos-en/form.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # form widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-en/goldberg.rb b/ext/tk/sample/demos-en/goldberg.rb index d3956ef78c..555ad4af35 100644 --- a/ext/tk/sample/demos-en/goldberg.rb +++ b/ext/tk/sample/demos-en/goldberg.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # Ruby/Tk Goldverg demo (called by 'widget') # diff --git a/ext/tk/sample/demos-en/hscale.rb b/ext/tk/sample/demos-en/hscale.rb index e660216967..05a8f39362 100644 --- a/ext/tk/sample/demos-en/hscale.rb +++ b/ext/tk/sample/demos-en/hscale.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require "tkcanvas" if defined?($hscale_demo) && $hscale_demo diff --git a/ext/tk/sample/demos-en/icon.rb b/ext/tk/sample/demos-en/icon.rb index bab40da214..ab29a0c186 100644 --- a/ext/tk/sample/demos-en/icon.rb +++ b/ext/tk/sample/demos-en/icon.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # icon.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/image1.rb b/ext/tk/sample/demos-en/image1.rb index 233cb963d1..c7c0989df8 100644 --- a/ext/tk/sample/demos-en/image1.rb +++ b/ext/tk/sample/demos-en/image1.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false ## image1.rb # # This demonstration script displays two image widgets. diff --git a/ext/tk/sample/demos-en/image2.rb b/ext/tk/sample/demos-en/image2.rb index 13098af1b6..dfb993e434 100644 --- a/ext/tk/sample/demos-en/image2.rb +++ b/ext/tk/sample/demos-en/image2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # image2.rb # # This demonstration script creates a simple collection of widgets diff --git a/ext/tk/sample/demos-en/image3.rb b/ext/tk/sample/demos-en/image3.rb index edb6d231bf..2879cd4bff 100644 --- a/ext/tk/sample/demos-en/image3.rb +++ b/ext/tk/sample/demos-en/image3.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # image3.rb # # This demonstration script creates a simple collection of widgets diff --git a/ext/tk/sample/demos-en/items.rb b/ext/tk/sample/demos-en/items.rb index 01a4072cb7..d6de1e557e 100644 --- a/ext/tk/sample/demos-en/items.rb +++ b/ext/tk/sample/demos-en/items.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # items.rb # # This demonstration script creates a canvas that displays the diff --git a/ext/tk/sample/demos-en/knightstour.rb b/ext/tk/sample/demos-en/knightstour.rb index 6f96a5be10..1ad82fcc9d 100644 --- a/ext/tk/sample/demos-en/knightstour.rb +++ b/ext/tk/sample/demos-en/knightstour.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # Based on the widget demo of Tcl/Tk8.5.2 # The following is the original copyright text. #---------------------------------------------------------------------------- diff --git a/ext/tk/sample/demos-en/label.rb b/ext/tk/sample/demos-en/label.rb index 5be06eafee..d9cfd92364 100644 --- a/ext/tk/sample/demos-en/label.rb +++ b/ext/tk/sample/demos-en/label.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # label.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/labelframe.rb b/ext/tk/sample/demos-en/labelframe.rb index ad968bc061..bd2d8f335e 100644 --- a/ext/tk/sample/demos-en/labelframe.rb +++ b/ext/tk/sample/demos-en/labelframe.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # labelframe.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/mclist.rb b/ext/tk/sample/demos-en/mclist.rb index 17019bb15b..61ebff1805 100644 --- a/ext/tk/sample/demos-en/mclist.rb +++ b/ext/tk/sample/demos-en/mclist.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # mclist.rb -- # # This demonstration script creates a toplevel window containing a Ttk diff --git a/ext/tk/sample/demos-en/menu.rb b/ext/tk/sample/demos-en/menu.rb index a458dbbc14..8b7a524bc6 100644 --- a/ext/tk/sample/demos-en/menu.rb +++ b/ext/tk/sample/demos-en/menu.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # menus widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-en/menu84.rb b/ext/tk/sample/demos-en/menu84.rb index 4fc53962e7..e6e42cb844 100644 --- a/ext/tk/sample/demos-en/menu84.rb +++ b/ext/tk/sample/demos-en/menu84.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # menus widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-en/menubu.rb b/ext/tk/sample/demos-en/menubu.rb index 6e28e813b3..9ff683d09c 100644 --- a/ext/tk/sample/demos-en/menubu.rb +++ b/ext/tk/sample/demos-en/menubu.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # menubutton.rb # # This demonstration script creates a window with a bunch of menus diff --git a/ext/tk/sample/demos-en/msgbox.rb b/ext/tk/sample/demos-en/msgbox.rb index d3d66bfeb0..9a5ff51b4b 100644 --- a/ext/tk/sample/demos-en/msgbox.rb +++ b/ext/tk/sample/demos-en/msgbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # msgbox.rb # # This demonstration script creates message boxes of various type diff --git a/ext/tk/sample/demos-en/msgbox2.rb b/ext/tk/sample/demos-en/msgbox2.rb index c227b59bb1..0eb35c486d 100644 --- a/ext/tk/sample/demos-en/msgbox2.rb +++ b/ext/tk/sample/demos-en/msgbox2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # msgbox2.rb # # This demonstration script creates message boxes of various type diff --git a/ext/tk/sample/demos-en/paned1.rb b/ext/tk/sample/demos-en/paned1.rb index d3d66d1b16..c14562a962 100644 --- a/ext/tk/sample/demos-en/paned1.rb +++ b/ext/tk/sample/demos-en/paned1.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # paned1.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/paned2.rb b/ext/tk/sample/demos-en/paned2.rb index 02293b0309..0c62235112 100644 --- a/ext/tk/sample/demos-en/paned2.rb +++ b/ext/tk/sample/demos-en/paned2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # paned2.rb -- # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/pendulum.rb b/ext/tk/sample/demos-en/pendulum.rb index 306ac94a21..833a31084f 100644 --- a/ext/tk/sample/demos-en/pendulum.rb +++ b/ext/tk/sample/demos-en/pendulum.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # This demonstration illustrates how Tcl/Tk can be used to construct # simulations of physical systems. diff --git a/ext/tk/sample/demos-en/plot.rb b/ext/tk/sample/demos-en/plot.rb index f70daa3fb2..786695a85c 100644 --- a/ext/tk/sample/demos-en/plot.rb +++ b/ext/tk/sample/demos-en/plot.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # plot.rb # # This demonstration script creates a canvas widget showing a 2-D diff --git a/ext/tk/sample/demos-en/puzzle.rb b/ext/tk/sample/demos-en/puzzle.rb index f16414aa4c..6cf502fcf5 100644 --- a/ext/tk/sample/demos-en/puzzle.rb +++ b/ext/tk/sample/demos-en/puzzle.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # puzzle.rb # # This demonstration script creates a 15-puzzle game using a collection diff --git a/ext/tk/sample/demos-en/radio.rb b/ext/tk/sample/demos-en/radio.rb index bde31508e1..d6b3ffbcbe 100644 --- a/ext/tk/sample/demos-en/radio.rb +++ b/ext/tk/sample/demos-en/radio.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # radio.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/radio2.rb b/ext/tk/sample/demos-en/radio2.rb index 72fc2c610c..ece7cfdf08 100644 --- a/ext/tk/sample/demos-en/radio2.rb +++ b/ext/tk/sample/demos-en/radio2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # radio2.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/radio3.rb b/ext/tk/sample/demos-en/radio3.rb index 8a147edda7..d1629c884e 100644 --- a/ext/tk/sample/demos-en/radio3.rb +++ b/ext/tk/sample/demos-en/radio3.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # radio3.rb # # This demonstration script creates a toplevel window containing diff --git a/ext/tk/sample/demos-en/ruler.rb b/ext/tk/sample/demos-en/ruler.rb index a9773699f7..d9a2c037b8 100644 --- a/ext/tk/sample/demos-en/ruler.rb +++ b/ext/tk/sample/demos-en/ruler.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # ruler.rb # # This demonstration script creates a canvas widget that displays a ruler diff --git a/ext/tk/sample/demos-en/sayings.rb b/ext/tk/sample/demos-en/sayings.rb index a4dcf37cdc..e7ddfe5b5d 100644 --- a/ext/tk/sample/demos-en/sayings.rb +++ b/ext/tk/sample/demos-en/sayings.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # sayings.rb # # This demonstration script creates a listbox that can be scrolled diff --git a/ext/tk/sample/demos-en/search.rb b/ext/tk/sample/demos-en/search.rb index 7fb40d88b2..82c0d169a9 100644 --- a/ext/tk/sample/demos-en/search.rb +++ b/ext/tk/sample/demos-en/search.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # search.rb # # This demonstration script creates a collection of widgets that diff --git a/ext/tk/sample/demos-en/spin.rb b/ext/tk/sample/demos-en/spin.rb index d51b7e6619..d3558d56d6 100644 --- a/ext/tk/sample/demos-en/spin.rb +++ b/ext/tk/sample/demos-en/spin.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # spin.rb -- # # This demonstration script creates several spinbox widgets. diff --git a/ext/tk/sample/demos-en/states.rb b/ext/tk/sample/demos-en/states.rb index a5c01a867c..4eac7424e7 100644 --- a/ext/tk/sample/demos-en/states.rb +++ b/ext/tk/sample/demos-en/states.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # states.rb # # This demonstration script creates a listbox widget that displays diff --git a/ext/tk/sample/demos-en/style.rb b/ext/tk/sample/demos-en/style.rb index 5c8777379e..a6fd6b328c 100644 --- a/ext/tk/sample/demos-en/style.rb +++ b/ext/tk/sample/demos-en/style.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # style.rb # # This demonstration script creates a text widget that illustrates the diff --git a/ext/tk/sample/demos-en/text.rb b/ext/tk/sample/demos-en/text.rb index 2f72de7583..c44be395b6 100644 --- a/ext/tk/sample/demos-en/text.rb +++ b/ext/tk/sample/demos-en/text.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # text.rb # # This demonstration script creates a text widget that describes diff --git a/ext/tk/sample/demos-en/textpeer.rb b/ext/tk/sample/demos-en/textpeer.rb index 20192fcd05..c3298e2caa 100644 --- a/ext/tk/sample/demos-en/textpeer.rb +++ b/ext/tk/sample/demos-en/textpeer.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # text widget peering demo (called by 'widget') # diff --git a/ext/tk/sample/demos-en/tkencoding.rb b/ext/tk/sample/demos-en/tkencoding.rb index 727491a6ad..01a11ad7ed 100644 --- a/ext/tk/sample/demos-en/tkencoding.rb +++ b/ext/tk/sample/demos-en/tkencoding.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # -*- ruby -*- # # tkencoding.rb diff --git a/ext/tk/sample/demos-en/toolbar.rb b/ext/tk/sample/demos-en/toolbar.rb index e7cbeb4235..1914e6eaad 100644 --- a/ext/tk/sample/demos-en/toolbar.rb +++ b/ext/tk/sample/demos-en/toolbar.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # toolbar.rb -- # # This demonstration script creates a toolbar that can be torn off. diff --git a/ext/tk/sample/demos-en/tree.rb b/ext/tk/sample/demos-en/tree.rb index 69154ee076..e3e5527f79 100644 --- a/ext/tk/sample/demos-en/tree.rb +++ b/ext/tk/sample/demos-en/tree.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # tree.rb -- # # This demonstration script creates a toplevel window containing a Ttk diff --git a/ext/tk/sample/demos-en/ttkbut.rb b/ext/tk/sample/demos-en/ttkbut.rb index a784efcc08..f2fcbcc7ba 100644 --- a/ext/tk/sample/demos-en/ttkbut.rb +++ b/ext/tk/sample/demos-en/ttkbut.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # ttkbut.rb # # This demonstration script creates a toplevel window containing several diff --git a/ext/tk/sample/demos-en/ttkmenu.rb b/ext/tk/sample/demos-en/ttkmenu.rb index 9399568313..f84c9138d5 100644 --- a/ext/tk/sample/demos-en/ttkmenu.rb +++ b/ext/tk/sample/demos-en/ttkmenu.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # ttkmenu.rb -- # # This demonstration script creates a toplevel window containing several Ttk diff --git a/ext/tk/sample/demos-en/ttknote.rb b/ext/tk/sample/demos-en/ttknote.rb index bc0c7b369a..7c56252d2d 100644 --- a/ext/tk/sample/demos-en/ttknote.rb +++ b/ext/tk/sample/demos-en/ttknote.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # ttknote.rb -- # # This demonstration script creates a toplevel window containing a Ttk diff --git a/ext/tk/sample/demos-en/ttkpane.rb b/ext/tk/sample/demos-en/ttkpane.rb index 87c4dedeb2..7eb4c29731 100644 --- a/ext/tk/sample/demos-en/ttkpane.rb +++ b/ext/tk/sample/demos-en/ttkpane.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # ttkpane.rb -- # # This demonstration script creates a Ttk pane with some content. diff --git a/ext/tk/sample/demos-en/ttkprogress.rb b/ext/tk/sample/demos-en/ttkprogress.rb index c341a9385f..09bf398e17 100644 --- a/ext/tk/sample/demos-en/ttkprogress.rb +++ b/ext/tk/sample/demos-en/ttkprogress.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # ttkprogress.rb -- # # This demonstration script creates several progress bar widgets. diff --git a/ext/tk/sample/demos-en/twind.rb b/ext/tk/sample/demos-en/twind.rb index 60a345d0b4..a709f0d188 100644 --- a/ext/tk/sample/demos-en/twind.rb +++ b/ext/tk/sample/demos-en/twind.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # twind.rb # # This demonstration script creates a text widget with a bunch of diff --git a/ext/tk/sample/demos-en/twind2.rb b/ext/tk/sample/demos-en/twind2.rb index af7313dd82..4a59a2e613 100644 --- a/ext/tk/sample/demos-en/twind2.rb +++ b/ext/tk/sample/demos-en/twind2.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # text (embedded windows) widget demo 2 (called by 'widget') # diff --git a/ext/tk/sample/demos-en/unicodeout.rb b/ext/tk/sample/demos-en/unicodeout.rb index ee7b5afa15..910dff38b7 100644 --- a/ext/tk/sample/demos-en/unicodeout.rb +++ b/ext/tk/sample/demos-en/unicodeout.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # unicodeout.rb -- # # This demonstration script shows how you can produce output (in label diff --git a/ext/tk/sample/demos-en/vscale.rb b/ext/tk/sample/demos-en/vscale.rb index b05ed12072..2ce522f7be 100644 --- a/ext/tk/sample/demos-en/vscale.rb +++ b/ext/tk/sample/demos-en/vscale.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # vscale.rb # # This demonstration script shows an example with a vertical scale. diff --git a/ext/tk/sample/demos-jp/anilabel.rb b/ext/tk/sample/demos-jp/anilabel.rb index c882f43f7e..ccad73ffc6 100644 --- a/ext/tk/sample/demos-jp/anilabel.rb +++ b/ext/tk/sample/demos-jp/anilabel.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # animated label widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/aniwave.rb b/ext/tk/sample/demos-jp/aniwave.rb index 866316c331..6973de7f09 100644 --- a/ext/tk/sample/demos-jp/aniwave.rb +++ b/ext/tk/sample/demos-jp/aniwave.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # animated wave demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/arrow.rb b/ext/tk/sample/demos-jp/arrow.rb index 2995f96d54..12ab4af2b1 100644 --- a/ext/tk/sample/demos-jp/arrow.rb +++ b/ext/tk/sample/demos-jp/arrow.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # arrowhead widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/bind.rb b/ext/tk/sample/demos-jp/bind.rb index efba6e6c01..74ddf0217a 100644 --- a/ext/tk/sample/demos-jp/bind.rb +++ b/ext/tk/sample/demos-jp/bind.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # text (tag bindings) widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/bitmap.rb b/ext/tk/sample/demos-jp/bitmap.rb index d84e9a5f09..2cc9c28fbd 100644 --- a/ext/tk/sample/demos-jp/bitmap.rb +++ b/ext/tk/sample/demos-jp/bitmap.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # bitmap widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/button.rb b/ext/tk/sample/demos-jp/button.rb index 301100b057..204f5eab86 100644 --- a/ext/tk/sample/demos-jp/button.rb +++ b/ext/tk/sample/demos-jp/button.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # button widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/check.rb b/ext/tk/sample/demos-jp/check.rb index 422e898ec9..04a47c8101 100644 --- a/ext/tk/sample/demos-jp/check.rb +++ b/ext/tk/sample/demos-jp/check.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # checkbutton widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/check2.rb b/ext/tk/sample/demos-jp/check2.rb index 558e588535..609f6830d8 100644 --- a/ext/tk/sample/demos-jp/check2.rb +++ b/ext/tk/sample/demos-jp/check2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # checkbutton widget demo2 (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/clrpick.rb b/ext/tk/sample/demos-jp/clrpick.rb index df8c76a69d..31a3f25b7c 100644 --- a/ext/tk/sample/demos-jp/clrpick.rb +++ b/ext/tk/sample/demos-jp/clrpick.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # widget demo prompts the user to select a color (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/colors.rb b/ext/tk/sample/demos-jp/colors.rb index 5e5f47cb04..c0145daaf6 100644 --- a/ext/tk/sample/demos-jp/colors.rb +++ b/ext/tk/sample/demos-jp/colors.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # listbox widget demo 'colors' (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/combo.rb b/ext/tk/sample/demos-jp/combo.rb index 8bbe36997d..0f3e808606 100644 --- a/ext/tk/sample/demos-jp/combo.rb +++ b/ext/tk/sample/demos-jp/combo.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # combo.rb -- # diff --git a/ext/tk/sample/demos-jp/cscroll.rb b/ext/tk/sample/demos-jp/cscroll.rb index e993326aa9..6cce3d4369 100644 --- a/ext/tk/sample/demos-jp/cscroll.rb +++ b/ext/tk/sample/demos-jp/cscroll.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # simple scrollable canvas widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/ctext.rb b/ext/tk/sample/demos-jp/ctext.rb index bb354c490e..ce7de841e8 100644 --- a/ext/tk/sample/demos-jp/ctext.rb +++ b/ext/tk/sample/demos-jp/ctext.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # Canvas Text widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/dialog1.rb b/ext/tk/sample/demos-jp/dialog1.rb index e50c9071e5..9d54f93b35 100644 --- a/ext/tk/sample/demos-jp/dialog1.rb +++ b/ext/tk/sample/demos-jp/dialog1.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # a dialog box with a local grab (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/dialog2.rb b/ext/tk/sample/demos-jp/dialog2.rb index 3e7d9619a4..c8506b6cf8 100644 --- a/ext/tk/sample/demos-jp/dialog2.rb +++ b/ext/tk/sample/demos-jp/dialog2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # a dialog box with a global grab (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/entry1.rb b/ext/tk/sample/demos-jp/entry1.rb index 9be677d12d..0fbbeb8259 100644 --- a/ext/tk/sample/demos-jp/entry1.rb +++ b/ext/tk/sample/demos-jp/entry1.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # entry (no scrollbars) widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/entry2.rb b/ext/tk/sample/demos-jp/entry2.rb index 5476d24ade..294c82490f 100644 --- a/ext/tk/sample/demos-jp/entry2.rb +++ b/ext/tk/sample/demos-jp/entry2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # entry (with scrollbars) widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/entry3.rb b/ext/tk/sample/demos-jp/entry3.rb index 59c698de62..6f8ba943e9 100644 --- a/ext/tk/sample/demos-jp/entry3.rb +++ b/ext/tk/sample/demos-jp/entry3.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # entry3.rb -- # # This demonstration script creates several entry widgets whose diff --git a/ext/tk/sample/demos-jp/filebox.rb b/ext/tk/sample/demos-jp/filebox.rb index fc014bc282..800dd5ddbf 100644 --- a/ext/tk/sample/demos-jp/filebox.rb +++ b/ext/tk/sample/demos-jp/filebox.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # widget demo prompts the user to select a file (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/floor.rb b/ext/tk/sample/demos-jp/floor.rb index 5101a026bb..8a079035c9 100644 --- a/ext/tk/sample/demos-jp/floor.rb +++ b/ext/tk/sample/demos-jp/floor.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # floorDisplay widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/floor2.rb b/ext/tk/sample/demos-jp/floor2.rb index 7ca705c7bd..7f294ce82e 100644 --- a/ext/tk/sample/demos-jp/floor2.rb +++ b/ext/tk/sample/demos-jp/floor2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # floorDisplay widget demo 2 (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/form.rb b/ext/tk/sample/demos-jp/form.rb index 000fcb5091..751852cbf7 100644 --- a/ext/tk/sample/demos-jp/form.rb +++ b/ext/tk/sample/demos-jp/form.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # form widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/goldberg.rb b/ext/tk/sample/demos-jp/goldberg.rb index fc38d877db..cc039b2d62 100644 --- a/ext/tk/sample/demos-jp/goldberg.rb +++ b/ext/tk/sample/demos-jp/goldberg.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # Ruby/Tk Goldverg demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/hscale.rb b/ext/tk/sample/demos-jp/hscale.rb index 2dfbf38272..0607792a74 100644 --- a/ext/tk/sample/demos-jp/hscale.rb +++ b/ext/tk/sample/demos-jp/hscale.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false require "tkcanvas" if defined?($hscale_demo) && $hscale_deom diff --git a/ext/tk/sample/demos-jp/icon.rb b/ext/tk/sample/demos-jp/icon.rb index 6b9e1a570a..7bf6d9731b 100644 --- a/ext/tk/sample/demos-jp/icon.rb +++ b/ext/tk/sample/demos-jp/icon.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # iconic button widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/image1.rb b/ext/tk/sample/demos-jp/image1.rb index 0c69b2a45f..e07f1d3afc 100644 --- a/ext/tk/sample/demos-jp/image1.rb +++ b/ext/tk/sample/demos-jp/image1.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # two image widgets demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/image2.rb b/ext/tk/sample/demos-jp/image2.rb index aa507c5b9b..312ec41f2a 100644 --- a/ext/tk/sample/demos-jp/image2.rb +++ b/ext/tk/sample/demos-jp/image2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # widget demo 'load image' (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/image3.rb b/ext/tk/sample/demos-jp/image3.rb index 5c1ceb2816..3f2b1ad3b9 100644 --- a/ext/tk/sample/demos-jp/image3.rb +++ b/ext/tk/sample/demos-jp/image3.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # image3.rb # # This demonstration script creates a simple collection of widgets diff --git a/ext/tk/sample/demos-jp/items.rb b/ext/tk/sample/demos-jp/items.rb index b1d66f367b..9fef0bedda 100644 --- a/ext/tk/sample/demos-jp/items.rb +++ b/ext/tk/sample/demos-jp/items.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # canvas item types widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/knightstour.rb b/ext/tk/sample/demos-jp/knightstour.rb index 835a24c392..f4de10b3b3 100644 --- a/ext/tk/sample/demos-jp/knightstour.rb +++ b/ext/tk/sample/demos-jp/knightstour.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # Based on the widget demo of Tcl/Tk8.5.2 # The following is the original copyright text. diff --git a/ext/tk/sample/demos-jp/label.rb b/ext/tk/sample/demos-jp/label.rb index 700e6a61ce..6164ac1ebc 100644 --- a/ext/tk/sample/demos-jp/label.rb +++ b/ext/tk/sample/demos-jp/label.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # label widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/labelframe.rb b/ext/tk/sample/demos-jp/labelframe.rb index 80e106c6e7..3dcd1dc3f1 100644 --- a/ext/tk/sample/demos-jp/labelframe.rb +++ b/ext/tk/sample/demos-jp/labelframe.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # labelframe.rb # diff --git a/ext/tk/sample/demos-jp/mclist.rb b/ext/tk/sample/demos-jp/mclist.rb index 67cec638eb..e7b71edfdb 100644 --- a/ext/tk/sample/demos-jp/mclist.rb +++ b/ext/tk/sample/demos-jp/mclist.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # mclist.rb -- # diff --git a/ext/tk/sample/demos-jp/menu.rb b/ext/tk/sample/demos-jp/menu.rb index 05ea7a9ec2..30e491d953 100644 --- a/ext/tk/sample/demos-jp/menu.rb +++ b/ext/tk/sample/demos-jp/menu.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # menus widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/menu84.rb b/ext/tk/sample/demos-jp/menu84.rb index 6a57279481..3fd879e4f7 100644 --- a/ext/tk/sample/demos-jp/menu84.rb +++ b/ext/tk/sample/demos-jp/menu84.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # menus widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/menu8x.rb b/ext/tk/sample/demos-jp/menu8x.rb index 77ecb5bcf3..a1acda4c1b 100644 --- a/ext/tk/sample/demos-jp/menu8x.rb +++ b/ext/tk/sample/demos-jp/menu8x.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # menus widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/menubu.rb b/ext/tk/sample/demos-jp/menubu.rb index 06f9eb875e..57b1d41420 100644 --- a/ext/tk/sample/demos-jp/menubu.rb +++ b/ext/tk/sample/demos-jp/menubu.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false require "tkcanvas" def optionMenu(menubutton, varName, firstValue, *rest) diff --git a/ext/tk/sample/demos-jp/msgbox.rb b/ext/tk/sample/demos-jp/msgbox.rb index ec7b4f2bbc..45d8b8e9f9 100644 --- a/ext/tk/sample/demos-jp/msgbox.rb +++ b/ext/tk/sample/demos-jp/msgbox.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # message boxes widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/msgbox2.rb b/ext/tk/sample/demos-jp/msgbox2.rb index ad6d936036..51a0ca9dcc 100644 --- a/ext/tk/sample/demos-jp/msgbox2.rb +++ b/ext/tk/sample/demos-jp/msgbox2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # message boxes widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/paned1.rb b/ext/tk/sample/demos-jp/paned1.rb index 53d2e7162b..96e419bec0 100644 --- a/ext/tk/sample/demos-jp/paned1.rb +++ b/ext/tk/sample/demos-jp/paned1.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # paned1.rb # diff --git a/ext/tk/sample/demos-jp/paned2.rb b/ext/tk/sample/demos-jp/paned2.rb index 65bd41c757..11a02abe73 100644 --- a/ext/tk/sample/demos-jp/paned2.rb +++ b/ext/tk/sample/demos-jp/paned2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # paned2.rb -- # diff --git a/ext/tk/sample/demos-jp/pendulum.rb b/ext/tk/sample/demos-jp/pendulum.rb index 60556fd70a..06e6933548 100644 --- a/ext/tk/sample/demos-jp/pendulum.rb +++ b/ext/tk/sample/demos-jp/pendulum.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # This demonstration illustrates how Tcl/Tk can be used to construct # simulations of physical systems. diff --git a/ext/tk/sample/demos-jp/plot.rb b/ext/tk/sample/demos-jp/plot.rb index 4147b35399..85970bb5b3 100644 --- a/ext/tk/sample/demos-jp/plot.rb +++ b/ext/tk/sample/demos-jp/plot.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # 2-D plot widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/puzzle.rb b/ext/tk/sample/demos-jp/puzzle.rb index dbcb423463..61fb4cbf60 100644 --- a/ext/tk/sample/demos-jp/puzzle.rb +++ b/ext/tk/sample/demos-jp/puzzle.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # widet demo 'puzzle' (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/radio.rb b/ext/tk/sample/demos-jp/radio.rb index efb613593d..4d84441687 100644 --- a/ext/tk/sample/demos-jp/radio.rb +++ b/ext/tk/sample/demos-jp/radio.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # radiobutton widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/radio2.rb b/ext/tk/sample/demos-jp/radio2.rb index 0633a8def1..4416122876 100644 --- a/ext/tk/sample/demos-jp/radio2.rb +++ b/ext/tk/sample/demos-jp/radio2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # radio2.rb # diff --git a/ext/tk/sample/demos-jp/radio3.rb b/ext/tk/sample/demos-jp/radio3.rb index 3356b6945b..3f26ffb847 100644 --- a/ext/tk/sample/demos-jp/radio3.rb +++ b/ext/tk/sample/demos-jp/radio3.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # radio3.rb # diff --git a/ext/tk/sample/demos-jp/ruler.rb b/ext/tk/sample/demos-jp/ruler.rb index 5c34a5a5da..734f47f142 100644 --- a/ext/tk/sample/demos-jp/ruler.rb +++ b/ext/tk/sample/demos-jp/ruler.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # ruler widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/sayings.rb b/ext/tk/sample/demos-jp/sayings.rb index cf4fe7b1b1..a60b0bf2e5 100644 --- a/ext/tk/sample/demos-jp/sayings.rb +++ b/ext/tk/sample/demos-jp/sayings.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # listbox widget demo 'sayings' (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/search.rb b/ext/tk/sample/demos-jp/search.rb index 238450ae30..dffccf1a48 100644 --- a/ext/tk/sample/demos-jp/search.rb +++ b/ext/tk/sample/demos-jp/search.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # Text Search widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/spin.rb b/ext/tk/sample/demos-jp/spin.rb index fd51a3f457..616a14e9d6 100644 --- a/ext/tk/sample/demos-jp/spin.rb +++ b/ext/tk/sample/demos-jp/spin.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # spin.rb -- # diff --git a/ext/tk/sample/demos-jp/states.rb b/ext/tk/sample/demos-jp/states.rb index 2966e6d834..9f8fb0ef03 100644 --- a/ext/tk/sample/demos-jp/states.rb +++ b/ext/tk/sample/demos-jp/states.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # listbox widget demo 'states' (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/style.rb b/ext/tk/sample/demos-jp/style.rb index 813fde7a78..737c9f8994 100644 --- a/ext/tk/sample/demos-jp/style.rb +++ b/ext/tk/sample/demos-jp/style.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # text (display styles) widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/text.rb b/ext/tk/sample/demos-jp/text.rb index e698a79246..117f9f105a 100644 --- a/ext/tk/sample/demos-jp/text.rb +++ b/ext/tk/sample/demos-jp/text.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # text (basic facilities) widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/textpeer.rb b/ext/tk/sample/demos-jp/textpeer.rb index 4d896d2a12..31e467afef 100644 --- a/ext/tk/sample/demos-jp/textpeer.rb +++ b/ext/tk/sample/demos-jp/textpeer.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # text widget peering demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/toolbar.rb b/ext/tk/sample/demos-jp/toolbar.rb index 3ee7a5f9d8..f355e8fef8 100644 --- a/ext/tk/sample/demos-jp/toolbar.rb +++ b/ext/tk/sample/demos-jp/toolbar.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # toolbar.rb -- # diff --git a/ext/tk/sample/demos-jp/tree.rb b/ext/tk/sample/demos-jp/tree.rb index 3f3b18b677..48d5e5407e 100644 --- a/ext/tk/sample/demos-jp/tree.rb +++ b/ext/tk/sample/demos-jp/tree.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # tree.rb -- # diff --git a/ext/tk/sample/demos-jp/ttkbut.rb b/ext/tk/sample/demos-jp/ttkbut.rb index ccde541019..af9321dcd9 100644 --- a/ext/tk/sample/demos-jp/ttkbut.rb +++ b/ext/tk/sample/demos-jp/ttkbut.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # ttkbut.rb # diff --git a/ext/tk/sample/demos-jp/ttkmenu.rb b/ext/tk/sample/demos-jp/ttkmenu.rb index aa9db5019f..b521a3f101 100644 --- a/ext/tk/sample/demos-jp/ttkmenu.rb +++ b/ext/tk/sample/demos-jp/ttkmenu.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # ttkmenu.rb -- # diff --git a/ext/tk/sample/demos-jp/ttknote.rb b/ext/tk/sample/demos-jp/ttknote.rb index f3b2fa5881..2f82408ba0 100644 --- a/ext/tk/sample/demos-jp/ttknote.rb +++ b/ext/tk/sample/demos-jp/ttknote.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # ttknote.rb -- # diff --git a/ext/tk/sample/demos-jp/ttkpane.rb b/ext/tk/sample/demos-jp/ttkpane.rb index a5c1a08ec9..af7622272c 100644 --- a/ext/tk/sample/demos-jp/ttkpane.rb +++ b/ext/tk/sample/demos-jp/ttkpane.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # ttkpane.rb -- # diff --git a/ext/tk/sample/demos-jp/ttkprogress.rb b/ext/tk/sample/demos-jp/ttkprogress.rb index ec28253a9f..6f0ea4c2df 100644 --- a/ext/tk/sample/demos-jp/ttkprogress.rb +++ b/ext/tk/sample/demos-jp/ttkprogress.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # ttkprogress.rb -- # diff --git a/ext/tk/sample/demos-jp/twind.rb b/ext/tk/sample/demos-jp/twind.rb index f13a137cc3..7db7576c6e 100644 --- a/ext/tk/sample/demos-jp/twind.rb +++ b/ext/tk/sample/demos-jp/twind.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # text (embedded windows) widget demo (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/twind2.rb b/ext/tk/sample/demos-jp/twind2.rb index a783ba4738..c5bef5bce0 100644 --- a/ext/tk/sample/demos-jp/twind2.rb +++ b/ext/tk/sample/demos-jp/twind2.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # text (embedded windows) widget demo 2 (called by 'widget') # diff --git a/ext/tk/sample/demos-jp/unicodeout.rb b/ext/tk/sample/demos-jp/unicodeout.rb index 31596cf8fd..966f85f331 100644 --- a/ext/tk/sample/demos-jp/unicodeout.rb +++ b/ext/tk/sample/demos-jp/unicodeout.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false # # unicodeout.rb -- # diff --git a/ext/tk/sample/demos-jp/vscale.rb b/ext/tk/sample/demos-jp/vscale.rb index 6ae513bc33..a502634138 100644 --- a/ext/tk/sample/demos-jp/vscale.rb +++ b/ext/tk/sample/demos-jp/vscale.rb @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# frozen_string_literal: false require "tkcanvas" if defined?($vscale_demo) && $vscale_demo diff --git a/ext/tk/sample/editable_listbox.rb b/ext/tk/sample/editable_listbox.rb index 890aec032e..02a3f4aad3 100644 --- a/ext/tk/sample/editable_listbox.rb +++ b/ext/tk/sample/editable_listbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # Tk::RbWidget::Editable_Listbox class # diff --git a/ext/tk/sample/encstr_usage.rb b/ext/tk/sample/encstr_usage.rb index 39dc9c4018..49a29ec19a 100644 --- a/ext/tk/sample/encstr_usage.rb +++ b/ext/tk/sample/encstr_usage.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require 'tk' TkMessage.new(:width=>400, :text=><"Please click the bottom frame").pack diff --git a/ext/tk/sample/remote-ip_sample.rb b/ext/tk/sample/remote-ip_sample.rb index f6eed9e985..d80399f368 100644 --- a/ext/tk/sample/remote-ip_sample.rb +++ b/ext/tk/sample/remote-ip_sample.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'remote-tk' puts < pretty simple othello game <----------------------- # othello.rb # diff --git a/ext/tk/sample/tkalignbox.rb b/ext/tk/sample/tkalignbox.rb index f3d083c33d..89aae111b7 100644 --- a/ext/tk/sample/tkalignbox.rb +++ b/ext/tk/sample/tkalignbox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkalignbox.rb : align widgets with same width/height # diff --git a/ext/tk/sample/tkballoonhelp.rb b/ext/tk/sample/tkballoonhelp.rb index 2daa522601..fb811164ab 100644 --- a/ext/tk/sample/tkballoonhelp.rb +++ b/ext/tk/sample/tkballoonhelp.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkballoonhelp.rb : simple balloon help widget # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) diff --git a/ext/tk/sample/tkbiff.rb b/ext/tk/sample/tkbiff.rb index c0953a1b1b..a65e4beaa9 100644 --- a/ext/tk/sample/tkbiff.rb +++ b/ext/tk/sample/tkbiff.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false if ARGV[0] != '-d' unless $DEBUG diff --git a/ext/tk/sample/tkbrowse.rb b/ext/tk/sample/tkbrowse.rb index 56d5a80fcf..f083a8ac77 100644 --- a/ext/tk/sample/tkbrowse.rb +++ b/ext/tk/sample/tkbrowse.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false # # This script generates a directory browser, which lists the working # directory and allows you to open files or subdirectories by diff --git a/ext/tk/sample/tkcombobox.rb b/ext/tk/sample/tkcombobox.rb index c38bde10d4..17adbc9f9e 100644 --- a/ext/tk/sample/tkcombobox.rb +++ b/ext/tk/sample/tkcombobox.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # tkcombobox.rb : auto scrollbox & combobox # diff --git a/ext/tk/sample/tkdialog.rb b/ext/tk/sample/tkdialog.rb index eb8cd04796..f0f7d2ccb5 100644 --- a/ext/tk/sample/tkdialog.rb +++ b/ext/tk/sample/tkdialog.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require "tk" root = TkFrame.new diff --git a/ext/tk/sample/tkextlib/ICONS/viewIcons.rb b/ext/tk/sample/tkextlib/ICONS/viewIcons.rb index 02ba19a629..7ed3c267e4 100644 --- a/ext/tk/sample/tkextlib/ICONS/viewIcons.rb +++ b/ext/tk/sample/tkextlib/ICONS/viewIcons.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false # # viewIcons.rb # diff --git a/ext/tk/sample/tkextlib/blt/barchart5.rb b/ext/tk/sample/tkextlib/blt/barchart5.rb index 86101b200d..f818ffc375 100644 --- a/ext/tk/sample/tkextlib/blt/barchart5.rb +++ b/ext/tk/sample/tkextlib/blt/barchart5.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/calendar.rb b/ext/tk/sample/tkextlib/blt/calendar.rb index 86d34043dc..daae5fdcba 100644 --- a/ext/tk/sample/tkextlib/blt/calendar.rb +++ b/ext/tk/sample/tkextlib/blt/calendar.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/graph6.rb b/ext/tk/sample/tkextlib/blt/graph6.rb index b3eeb81231..26baa527ef 100644 --- a/ext/tk/sample/tkextlib/blt/graph6.rb +++ b/ext/tk/sample/tkextlib/blt/graph6.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/graph7.rb b/ext/tk/sample/tkextlib/blt/graph7.rb index 8b31b28c91..0e68388596 100644 --- a/ext/tk/sample/tkextlib/blt/graph7.rb +++ b/ext/tk/sample/tkextlib/blt/graph7.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/graph7a.rb b/ext/tk/sample/tkextlib/blt/graph7a.rb index 8def766060..aa744f1f74 100644 --- a/ext/tk/sample/tkextlib/blt/graph7a.rb +++ b/ext/tk/sample/tkextlib/blt/graph7a.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/graph7b.rb b/ext/tk/sample/tkextlib/blt/graph7b.rb index 8b00f154b2..5b30c4bac0 100644 --- a/ext/tk/sample/tkextlib/blt/graph7b.rb +++ b/ext/tk/sample/tkextlib/blt/graph7b.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/graph7c.rb b/ext/tk/sample/tkextlib/blt/graph7c.rb index d4ed1a66ad..8cbf3223f1 100644 --- a/ext/tk/sample/tkextlib/blt/graph7c.rb +++ b/ext/tk/sample/tkextlib/blt/graph7c.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/pareto.rb b/ext/tk/sample/tkextlib/blt/pareto.rb index bf9a1ec749..987be45f06 100644 --- a/ext/tk/sample/tkextlib/blt/pareto.rb +++ b/ext/tk/sample/tkextlib/blt/pareto.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/plot1.rb b/ext/tk/sample/tkextlib/blt/plot1.rb index 07dff48292..95797c96b7 100644 --- a/ext/tk/sample/tkextlib/blt/plot1.rb +++ b/ext/tk/sample/tkextlib/blt/plot1.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/plot1b.rb b/ext/tk/sample/tkextlib/blt/plot1b.rb index 8a3ce8216d..96adbd792b 100644 --- a/ext/tk/sample/tkextlib/blt/plot1b.rb +++ b/ext/tk/sample/tkextlib/blt/plot1b.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: false require 'tk' require 'tkextlib/blt' diff --git a/ext/tk/sample/tkextlib/blt/scripts/stipples.rb b/ext/tk/sample/tkextlib/blt/scripts/stipples.rb index 47f3c4d063..2a4943e032 100644 --- a/ext/tk/sample/tkextlib/blt/scripts/stipples.rb +++ b/ext/tk/sample/tkextlib/blt/scripts/stipples.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false $stipples = {} unless $stipples $stipples['bdiagonal1'] = Tk::BLT::Bitmap.new(< xml.rb diff --git a/ext/zlib/extconf.rb b/ext/zlib/extconf.rb index 4480d3532a..8bbede63b2 100644 --- a/ext/zlib/extconf.rb +++ b/ext/zlib/extconf.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # # extconf.rb # -- cgit v1.2.3