5 lines
72 B
Ruby
5 lines
72 B
Ruby
module DataHelper
|
|
def data_from(identifier)
|
|
p `ls data`
|
|
end
|
|
end
|