Sha256: f42834cb2af54a540333f14647b67b1baedef8c1856569dff64865eb28c48b47

Contents?: true

Size: 108 Bytes

Versions: 2

Compression:

Stored size: 108 Bytes

Contents

require 'beryl/widget'

class NotFound < Beryl::Widget
  def render(state)
    text "Not found..."
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
beryl-0.3.1 app/widgets/not_found.rb
beryl-0.3.0 app/widgets/not_found.rb