Class: Tapioca::GemInfo

Inherits:
T::Struct
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/tapioca/gem_info.rb

Class Method Summary collapse

Class Method Details

.from_spec(spec) ⇒ Object



13
14
15
# File 'lib/tapioca/gem_info.rb', line 13

def from_spec(spec)
  new(name: spec.name, version: spec.version)
end