Module: TestBench::Session::Controls::Text::Comment
- Defined in:
- lib/test_bench/session/controls/text.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
10 11 12 |
# File 'lib/test_bench/session/controls/text.rb', line 10 def self.example "Some comment" end |
.other_example ⇒ Object
14 15 16 |
# File 'lib/test_bench/session/controls/text.rb', line 14 def self.other_example "Some other comment" end |