class HaveAPI::Fs::Components::FsVersion

Public Instance Methods

read() click to toggle source
# File lib/haveapi/fs/components/info_files.rb, line 9
def read
  HaveAPI::Fs::VERSION + "\n"
end