Class: SinStruct::Base
- Inherits:
-
Object
- Object
- SinStruct::Base
- Includes:
- FileContents, FileContents::Sinatra
- Defined in:
- lib/prestruct/sinstruct.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(project_name) ⇒ Base
constructor
Considering making entire class class methods.
Methods included from FileContents::Sinatra
config, controller, gemfile, helpers, layout, model, spec, view
Methods included from FileContents
Constructor Details
#initialize(project_name) ⇒ Base
Considering making entire class class methods
10 11 12 13 |
# File 'lib/prestruct/sinstruct.rb', line 10 def initialize(project_name) @project_name = project_name construct end |