Method: Murdoc::Annotator#source_type=

Defined in:
lib/murdoc/annotator.rb

#source_type=(source_type) ⇒ Object



49
50
51
# File 'lib/murdoc/annotator.rb', line 49

def source_type=(source_type)
  @source_type = (source_type || :base).to_sym
end