wnr

Ruby code posted
created at 30 Oct 05:40

Edit | Back
1
2
3
4
5
6
class SpecSheet < Test
  def initialize(source, css)
    @source = source
    @css = css
  end
end
105 Bytes in 2 ms with coderay