Module: LivingDocument
- Defined in:
- lib/living_document.rb,
lib/living_document/version.rb,
lib/living_document/platform_check.rb
Defined Under Namespace
Classes: CodeEvaluator, DocumentEvaluator
Constant Summary collapse
- VERSION =
'2.1.0'
Class Method Summary collapse
Class Method Details
.check_platform! ⇒ Object
4 5 6 7 8 |
# File 'lib/living_document/platform_check.rb', line 4 def self.check_platform! if !RUBY_PLATFORM.include?('linux') raise('Sorry, but living_document only works on Linux') end end |