Sha256: 4dba7f9c452a99fa94c7f498e7daf9bc1fc0c8faed829ada29f5d2fdfa0b6944
Contents?: true
Size: 164 Bytes
Versions: 6
Compression:
Stored size: 164 Bytes
Contents
# frozen_string_literal: true class Scarpe class << self def alert(text, title: "Information") UI.msg_box($main_window, title, text) end end end
Version data entries
6 entries across 6 versions & 2 rubygems