Class: Vx::Builder::Source::Matrix::Value

Inherits:
Struct
  • Object
show all
Defined in:
lib/vx/builder/source/matrix.rb

Instance Method Summary collapse

Instance Method Details

#to_s ⇒ Object



105
106
107
# File 'lib/vx/builder/source/matrix.rb', line 105

def to_s
  [key, value].join(":")
end