Sha256: 6ad4fd288f5ac5d1153fa599c54bea2c17c2a5991ce7a12f71a01c501f82a275
Contents?: true
Size: 157 Bytes
Versions: 1
Compression:
Stored size: 157 Bytes
Contents
module Mohawk module Navigation def on(cls, &block) @screen = cls.new block.call @screen if block @screen end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mohawk-0.0.1 | lib/mohawk/navigation.rb |