module NestedStruct
Constants
- EMPTY
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/nested_struct.rb, line 19 def configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/nested_struct.rb, line 23 def configure yield(configuration) if block_given? configuration end