class DevFlow::Command

Attributes

args[R]

Public Class Methods

new(args) click to toggle source
# File lib/devflow/command.rb, line 3
def initialize(args)
  @args = args
end