Module: FileContents
- Included in:
- SinStruct::Base
- Defined in:
- lib/prestruct/contents.rb
Defined Under Namespace
Modules: Sinatra
Class Method Summary collapse
Class Method Details
.css ⇒ Object
3 4 5 |
# File 'lib/prestruct/contents.rb', line 3 def css ["styles.css", "css here"] end |
.readme ⇒ Object
7 8 9 |
# File 'lib/prestruct/contents.rb', line 7 def readme ["README.MD", "Description and installation instructions for project here"] end |