Class: TestMe::Formatter::None

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

Instance Method Summary collapse

Instance Method Details

#also(*args, &block) ⇒ Object



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

def also *args, █ end

#compileObject



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

def compile; end

#given(*args, &block) ⇒ Object



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

def given *args, █ end

#is?(*args) ⇒ Boolean

Returns:

  • (Boolean)


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

def is? *args; end

#test(topic) ⇒ Object



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

def test topic; end