Class: TestMe::Formatter::Html

Inherits:
Object
  • Object
show all
Defined in:
lib/formatter.rb

Instance Method Summary collapse

Instance Method Details

#also(*args, &block) ⇒ Object



30
# File 'lib/formatter.rb', line 30

def also *args, █ end

#compileObject



32
# File 'lib/formatter.rb', line 32

def compile; end

#given(*args, &block) ⇒ Object



29
# File 'lib/formatter.rb', line 29

def given *args, █ end

#is?(*args) ⇒ Boolean

Returns:

  • (Boolean)


31
# File 'lib/formatter.rb', line 31

def is? *args; end

#test(topic) ⇒ Object



28
# File 'lib/formatter.rb', line 28

def test topic; end