Class: StringDrills

Inherits:
Drills show all
Defined in:
lib/ruby_drills/string/string_drills.rb

Constant Summary

Constants included from Commands

Commands::GAMBLER

Instance Method Summary collapse

Methods inherited from Drills

#drills, #linked_drills, #ordered_drills, #start

Methods included from Commands

#back, #clear, #continue, #fail, #fold, #help, #hint, #quit, #review, #skip, #welcome, #win

Instance Method Details



3
4
5
6
7
8
9
10
11
# File 'lib/ruby_drills/string/string_drills.rb', line 3

def banner
  %{
Ruby Drills: String

A String object holds and manipulates an arbitrary sequence of bytes,
typically representing characters.
------------------------------------------------------------------
}
end