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



82
83
84
# File 'lib/atk/yaml_info_parser.rb', line 82

def run
    -"#{@value}"
end