Class: TestMe::Formatter::None
- Inherits:
-
Object
- Object
- TestMe::Formatter::None
- Defined in:
- lib/formatter.rb
Instance Method Summary collapse
- #also(*args, &block) ⇒ Object
- #compile ⇒ Object
- #given(*args, &block) ⇒ Object
- #is?(*args) ⇒ Boolean
- #test(topic) ⇒ Object
Instance Method Details
#also(*args, &block) ⇒ Object
22 |
# File 'lib/formatter.rb', line 22 def also *args, █ end |
#compile ⇒ Object
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
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 |