Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 309 Bytes

File metadata and controls

25 lines (19 loc) · 309 Bytes
title Home
layout default

Welcome

Please see: Selenium Training

Some Ruby:

{% highlight rb %} class A < B def foo end end {% endhighlight %}

And in IRB:

{% highlight irb %} "string".upcase => "STRING" {% endhighlight %}