Class: Yap::Shell::RubyCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/yap/shell/commands.rb

Instance Attribute Summary

Attributes inherited from Command

#args, #heredoc, #line, #str, #world

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from Yap::Shell::Command

Instance Method Details

#to_executable_strObject



135
136
137
# File 'lib/yap/shell/commands.rb', line 135

def to_executable_str
  str
end

#typeObject



131
132
133
# File 'lib/yap/shell/commands.rb', line 131

def type
  :RubyCommand
end