Class: ConsoleCode

Inherits:
Code
  • Object
show all
Defined in:
lib/atk/yaml_info_parser.rb

Overview

Console Code

TODO: add support for console code

Instance Method Summary collapse

Methods inherited from Code

#init_with, tags, #to_s

Instance Method Details

#runObject



64
65
66
# File 'lib/atk/yaml_info_parser.rb', line 64

def run
    -"#{@value}"
end