class Ellen::Commands::Base
Attributes
options[R]
Public Class Methods
new(options)
click to toggle source
# File lib/ellen/commands/base.rb, line 6 def initialize(options) @options = options end