Class: Katagen::Command
- Inherits:
-
Object
- Object
- Katagen::Command
- Defined in:
- lib/katagen/command.rb
Overview
Entry generator from cli
Class Method Summary collapse
Class Method Details
.leetcode(input_id, options = {}) ⇒ Object
14 15 16 17 |
# File 'lib/katagen/command.rb', line 14 def self.leetcode(input_id, = {}) solution = Generators::Solution.new(Strategy::LeetCode.new(input_id), ) solution.create_package end |