class ChizuEntry

Attributes

associated_commands[RW]

“Chizu” is Japanese for “map”. Chizus map bullet point text to specific ruby commands which will be executed. Analagous to Cucumber's “step definition” layer.

kkey[RW]

“Chizu” is Japanese for “map”. Chizus map bullet point text to specific ruby commands which will be executed. Analagous to Cucumber's “step definition” layer.

Public Class Methods

new(h, c_arr) click to toggle source
# File lib/futo-spec.rb, line 61
def initialize(h, c_arr)
  @kkey = h
  @associated_commands = c_arr
end

Public Instance Methods

to_s() click to toggle source
# File lib/futo-spec.rb, line 65
def to_s; return @kkey; end