Method: Glark::Depth#initialize

Defined in:
lib/glark/util/io/depth.rb

#initialize(value) ⇒ Depth

Returns a new instance of Depth.



12
13
14
# File 'lib/glark/util/io/depth.rb', line 12

def initialize value
  @value = value
end