Class: TestIRCString
- Inherits:
-
Test::Unit::TestCase
- Object
- Test::Unit::TestCase
- TestIRCString
- Defined in:
- lib/butler/irc/string.rb
Instance Method Summary collapse
Instance Method Details
#test_user ⇒ Object
181 182 183 184 |
# File 'lib/butler/irc/string.rb', line 181 def test_user assert("foobar".valid_nickname?) assert(!"{foobar}".valid_nickname?) end |