1 2 3 4 5
module Kernel def show_version "mruby " + MRUBY_VERSION + " (" + MRUBY_RELEASE_DATE + ")\n" end end