Class: TestMe::Formatter::Html
- Inherits:
-
Object
- Object
- TestMe::Formatter::Html
- 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
30 |
# File 'lib/formatter.rb', line 30 def also *args, █ end |
#compile ⇒ Object
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
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 |