Method: Myq::Commands#show_variables

Defined in:
lib/myq/commands.rb

#show_variables(like = nil) ⇒ Object



88
89
90
# File 'lib/myq/commands.rb', line 88

def show_variables(like = nil)
  puts_json(@core.variables(like))
end