class String
Public Instance Methods
bright()
click to toggle source
# File lib/test-garden.rb 9 def bright; self; end
color(*)
click to toggle source
# File lib/test-garden.rb 8 def color(*); self; end