class Builtins::Version
Public Class Methods
description()
click to toggle source
# File lib/builtins/version.rb, line 9 def description "prints the version of ops that is running" end
Public Instance Methods
run()
click to toggle source
# File lib/builtins/version.rb, line 14 def run Output.out(::Version.version) end