class Balmora::Shell::Expression
Attributes
command[R]
Public Class Methods
new(command)
click to toggle source
# File lib/balmora/shell.rb, line 20 def initialize(command) @command = command end