Method: Gb::GbConfig::ProjectConfig#to_dictionary

Defined in:
lib/config/gb_config.rb

#to_dictionaryObject



50
51
52
# File 'lib/config/gb_config.rb', line 50

def to_dictionary
  {"name"=>self.name, "git"=>self.git}
end