class Ssource::Command

Attributes

file_path[R]

Public Class Methods

new(argv) click to toggle source
Calls superclass method
# File lib/ssource/command.rb, line 13
def initialize(argv)
  super
end

Public Instance Methods

file_path=(path) click to toggle source
# File lib/ssource/command.rb, line 19
def file_path=(path)
  @file_path = path && Pathname.new(path).expand_path
end