class PrologExpectationsHook
Public Instance Methods
compile_content(content)
click to toggle source
# File lib/expectations_hook.rb, line 8 def compile_content(content) content.strip end
language()
click to toggle source
# File lib/expectations_hook.rb, line 4 def language 'Prolog' end