class RubyAPI::Cli::Generate
:nodoc
Public Instance Methods
feature(name)
click to toggle source
# File lib/ruby_api/cli/generate.rb, line 10 def feature(name) path = File.join RubyAPI::CONFIG_DIR, RubyAPI::CONFIG_FILE config = RubyAPI.config puts config.to_yaml end