Sha256: 97e257c483371ee9e71442089250be7ee649474a793c9e931386d5452eeb2a90
Contents?: true
Size: 413 Bytes
Versions: 17
Compression:
Stored size: 413 Bytes
Contents
module Flammarion # Pops up a little about box. def self.about f = Engraving.new(close_on_exit:true) f.title "Flammarion #{VERSION}" readme = "#{File.absolute_path(File.dirname(__FILE__))}/../../Readme.md" license = "#{File.absolute_path(File.dirname(__FILE__))}/../../LICENSE" f.markdown(File.read(readme)) f.break f.markdown(File.read(license)) f.wait_until_closed end end
Version data entries
17 entries across 17 versions & 1 rubygems