Method: FormatEngine::SpecInfo#set

Defined in:
lib/format_engine/spec_info.rb

#set(obj) ⇒ Object

Set the result of this parsing operation.



32
33
34
# File 'lib/format_engine/spec_info.rb', line 32

def set(obj)
  @dst = obj
end