Method: F2h::InitialFiles#initialize
- Defined in:
- lib/initial_files.rb
#initialize ⇒ InitialFiles
Returns a new instance of InitialFiles.
3 4 5 6 7 8 9 10 11 |
# File 'lib/initial_files.rb', line 3 def initialize @get_current_dir = Dir.getwd @get_current_foldername = File.basename(@get_current_dir) @box_name = "" @banner_name = "" @types = ["box", "banner"] @ext = { "html" => false,"css" => true,"js" => true } @bp = Boilerplate.new end |