Module: Boundy::Formatters::Bound

Included in:
Fixnum, Sql::Bound
Defined in:
lib/boundy/formatters/bound.rb

Instance Method Summary collapse

Instance Method Details

#initialize(bound) ⇒ Object



7
8
9
# File 'lib/boundy/formatters/bound.rb', line 7

def initialize(bound)
  @bound = bound
end

#to_sObject



11
12
13
# File 'lib/boundy/formatters/bound.rb', line 11

def to_s
  @formatter.to_s
end