Method: Frameit::Editor#should_skip?

Defined in:
frameit/lib/frameit/editor.rb

#should_skip?Boolean

Returns:



69
70
71
# File 'frameit/lib/frameit/editor.rb', line 69

def should_skip?
  return is_complex_framing_mode? && !fetch_text(:title)
end