module Rabbit::Format::ValueContainerFormatter

Attributes

value[R]

Public Class Methods

new(value) click to toggle source
# File lib/rabbit/formatter.rb, line 177
def initialize(value)
  @value = value
end