Class: Jekyll::JekyllRdf::Helper::RdfClassExtraction::StopObject

Inherits:
Object
  • Object
show all
Defined in:
lib/jekyll/helper/rdf_class_extraction.rb

Overview

used to escape loops without an if-statement

Instance Method Summary collapse

Instance Method Details

#<=(object) ⇒ Object



162
163
164
# File 'lib/jekyll/helper/rdf_class_extraction.rb', line 162

def <= object
  false
end

#>(object) ⇒ Object



158
159
160
# File 'lib/jekyll/helper/rdf_class_extraction.rb', line 158

def > object
  true
end