class OFlow::Test::Action
Attributes
box[R]
dest[R]
Public Class Methods
new(dest, box)
click to toggle source
# File lib/oflow/test/action.rb, line 9 def initialize(dest, box) @dest = dest @box = box end
Public Instance Methods
to_s()
click to toggle source
# File lib/oflow/test/action.rb, line 14 def to_s() "#{@dest}: #{box.contents}" end
Also aliased as: inspect