Module: AdditionalMethods

Defined in:
lib/pokotarou/additional_methods.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.filepathObject (readonly)

Returns the value of attribute filepath.



4
5
6
# File 'lib/pokotarou/additional_methods.rb', line 4

def filepath
  @filepath
end

Class Method Details

.import(filepath) ⇒ Object



6
7
8
# File 'lib/pokotarou/additional_methods.rb', line 6

def import filepath
  @filepath = filepath
end

.removeObject



10
11
12
# File 'lib/pokotarou/additional_methods.rb', line 10

def remove
  @filepath = nil
end