module Rabbit::Format::ValueContainerFormatter

Attributes

value[R]

Public Class Methods

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