class Mako::Version
Public Class Methods
perform(_args)
click to toggle source
# File lib/mako/commands/version.rb, line 7 def self.perform(_args) puts "mako #{VERSION}" end
# File lib/mako/commands/version.rb, line 7 def self.perform(_args) puts "mako #{VERSION}" end