ruby/trema/command/version.rb in trema-0.2.5 vs ruby/trema/command/version.rb in trema-0.2.6
- old
+ new
@@ -1,10 +1,6 @@
#
-# trema version command.
-#
-# Author: Yasuhito Takamiya <yasuhito@gmail.com>
-#
# Copyright (C) 2008-2012 NEC Corporation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2, as
# published by the Free Software Foundation.
@@ -23,10 +19,10 @@
require "trema/version"
module Trema
module Command
- def show_version
+ def trema_version
puts "trema version #{ Trema::VERSION }"
end
end
end